summaryrefslogtreecommitdiffstats
path: root/scene/3d/skeleton_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-1/+1
* Improve BoneRenamer to avoid conflicting with original bone nameSilc Renew2022-11-161-1/+1
* Fix Skeleton3D falsely assuming all physical bones will be children of their ...hare_ware2022-10-311-7/+9
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-2/+1
* Clean-up/change some Skeleton3D APISilc Renew2022-08-301-6/+11
* removes unused skeleton functions and stray comments in RigidDynamicBody3Dbenbot2022-08-241-39/+0
* Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-12/+10
|\
| * Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-12/+10
* | add init bone posesSilc Renew2022-08-181-0/+17
|/
* add position track normalization & post process key value for retargetSilc Renew2022-07-261-4/+18
* add rest fixer to importer retargetSilc Renew2022-07-161-3/+1
* Fix physical bone is not animated in running project.baihan2022-06-191-7/+5
* Use range iterators for RBSet in most casesAaron Record2022-05-191-20/+20
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-8/+8
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Implement global restSilc 'Tokage' Renew2022-04-181-0/+20
* Remove last editor code dependencies in template buildRémi Verschelde2022-03-281-1/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-7/+0
* String: Add contains().Anilforextra2022-02-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-7/+7
* Fixed animation insertion in SkeletonEditorSilc 'Tokage' Renew2021-10-231-11/+11
* Fix for SkeletonModification3Ds to work with the new bone pose changes, fixed...TwistedTwigleg2021-10-161-1/+1
* get rid set_bone_pose and fix some function in SkeletonEditorSilc 'Tokage' Renew2021-10-151-0/+39
* Remove REST transform influence in skeleton bonesreduz2021-10-131-131/+66
* Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz2021-10-121-11/+70
* Fix missing argument names in bindingsRémi Verschelde2021-10-091-5/+5
* Implemented SkeletonEditorGizmoSilc Renew2021-10-071-23/+52
* Prevent being able to set bone's parent as itselflaws652021-09-231-0/+1
* Fixed regression of skinning with skeletonSilc 'Tokage' Renew2021-09-071-8/+14
* Fix Skeleton3D regression when bones are not sorted from root to leavesPouleyKetchoupp2021-08-171-1/+4
* New and improved IK system for Skeleton3DTwistedTwigleg2021-08-141-194/+503
* Fix some unnecessary includesAaron Franke2021-08-131-4/+0
* Use real_t in 3D nodesAaron Franke2021-08-031-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Node3D gizmo improvementsjfons2021-07-231-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Disable Skeleton3D when compiling without 3DAaron Franke2021-06-041-9/+0
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-23/+21
* Check cache_parent_physical_bone when rebuilding parent cacheHaoyu Qiu2021-05-291-1/+1
* Unexpose methods and property for binding children to BonesMarcel Admiraal2021-05-241-32/+0
* Fixes the SkeletonIK twisting issue by using the skeleton global pose without...TwistedTwigleg2021-05-081-37/+50
* fix skeleton (ik) not resetting global_bone_overrides properlysmix82021-04-151-0/+1
* Merge pull request #42827 from lyuma/rename_bones_blendshapesRémi Verschelde2021-04-011-0/+12
|\
| * Allow renaming bones and blendshapes.Lyuma2020-10-151-0/+12