summaryrefslogtreecommitdiffstats
path: root/scene/3d/skeleton_3d.h
Commit message (Expand)AuthorAgeFilesLines
* Re-add Skeleton3D::animate_physical_bonesSilc Lizard (Tokage) Renew2024-07-141-1/+1
* Rework migration of animate_physical_bones to compatibilitySilc Lizard (Tokage) Renew2024-06-251-0/+1
* Optimize update flag by SkeletonModifierSilc Lizard (Tokage) Renew2024-06-231-2/+8
* Add get_concatenated_bone_names() to Skeleton3D for Modifier's hintSilc Lizard (Tokage) Renew2024-06-101-0/+4
* Merge pull request #91122 from TokageItLab/simulator-memdelRémi Verschelde2024-05-041-1/+0
|\
| * Modify allocation process of the PhysicalBoneSimulator in Skeleton3DSilc Lizard (Tokage) Renew2024-05-031-1/+0
* | Static allocation bones copy for SkeletonModifierSilc Lizard (Tokage) Renew2024-05-041-11/+26
|/
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-51/+67
* Move 3D-only resources to their own folderAaron Franke2024-02-261-1/+1
* Make Skeleton3D::add_bone return the new bone index right away, instead of re...Zi Ye2024-02-251-1/+7
* Improve Skeleton3D::find_bone() performanceArtyom Lunchenkov2023-05-231-0/+1
* Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma2023-01-121-54/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-1/+3
* Clean-up/change some Skeleton3D APISilc Renew2022-08-301-5/+2
* Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-1/+1
|\
| * Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* | add init bone posesSilc Renew2022-08-181-0/+3
|/
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-0/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Implement global restSilc 'Tokage' Renew2022-04-181-0/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* get rid set_bone_pose and fix some function in SkeletonEditorSilc 'Tokage' Renew2021-10-151-0/+1
* Remove REST transform influence in skeleton bonesreduz2021-10-131-12/+2
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-2/+21
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-1/+1
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-0/+6
* New and improved IK system for Skeleton3DTwistedTwigleg2021-08-141-18/+85
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Use real_t in 3D nodesAaron Franke2021-08-031-2/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Disable Skeleton3D when compiling without 3DAaron Franke2021-06-041-7/+0
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-17/+17
* Unexpose methods and property for binding children to BonesMarcel Admiraal2021-05-241-12/+0
* Fixes the SkeletonIK twisting issue by using the skeleton global pose without...TwistedTwigleg2021-05-081-0/+2
* Merge pull request #42827 from lyuma/rename_bones_blendshapesRémi Verschelde2021-04-011-0/+1
|\
| * Allow renaming bones and blendshapes.Lyuma2020-10-151-0/+1
* | Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-26/+13
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Made low level changes to the Skeleton3D class and Skeleton3D inspector. Chan...TwistedTwigleg2020-06-151-5/+9
* Custom Skeleton3DEditorPluginK. S. Ernest (iFire) Lee2020-05-221-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2