summaryrefslogtreecommitdiff
path: root/scene/3d/skeleton_3d.h
AgeCommit message (Expand)Author
2023-01-12Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-09-18Port remaining connections to callable_mpTomasz Chabora
2022-08-30Clean-up/change some Skeleton3D APISilc Renew
2022-08-22Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-18add init bone posesSilc Renew
2022-07-26add position track normalization & post process key value for retargetSilc Renew
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-18Implement global restSilc 'Tokage' Renew
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-15get rid set_bone_pose and fix some function in SkeletonEditorSilc 'Tokage' Renew
2021-10-13Remove REST transform influence in skeleton bonesreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-08-14New and improved IK system for Skeleton3DTwistedTwigleg
2021-08-13Fix some unnecessary includesAaron Franke
2021-08-03Use real_t in 3D nodesAaron Franke
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-04Disable Skeleton3D when compiling without 3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-24Unexpose methods and property for binding children to BonesMarcel Admiraal
2021-05-08Fixes the SkeletonIK twisting issue by using the skeleton global pose without...TwistedTwigleg
2021-04-01Merge pull request #42827 from lyuma/rename_bones_blendshapesRémi Verschelde
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-15Allow renaming bones and blendshapes.Lyuma
2020-06-15Made low level changes to the Skeleton3D class and Skeleton3D inspector. Chan...TwistedTwigleg
2020-05-22Custom Skeleton3DEditorPluginK. S. Ernest (iFire) Lee
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky