summaryrefslogtreecommitdiffstats
path: root/scene/3d/skeleton_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't mark `PROPERTY_USAGE_NO_EDITOR` properties for translationHaoyu Qiu2024-10-261-9/+9
* Merge pull request #98009 from TokageItLab/init-skel-skinClay John2024-10-171-0/+2
|\
| * Fix initial skin update timing in Skeleton3DSilc Lizard (Tokage) Renew2024-10-161-0/+2
* | Improve performance of global bone pose calculation in `Skeleton3D`detomon2024-10-121-14/+127
* | Use local vector for skeletonNazarii2024-10-021-41/+41
|/
* Add per-bone meta to Skeleton3Ddemolke2024-09-161-0/+65
* Merge pull request #95124 from kleonc/skeleton2d_fix_set_get_always_returning...Rémi Verschelde2024-08-191-6/+6
|\
| * Fix Skeleton2D.{_set|_get} always returning truekleonc2024-08-041-6/+6
* | Make `Skeleton3D` bone simulator an internal childA Thousand Ships2024-08-071-1/+1
|/
* Re-add Skeleton3D::animate_physical_bonesSilc Lizard (Tokage) Renew2024-07-141-5/+5
* Rework migration of animate_physical_bones to compatibilitySilc Lizard (Tokage) Renew2024-06-251-3/+4
* Optimize update flag by SkeletonModifierSilc Lizard (Tokage) Renew2024-06-231-7/+17
* Add get_concatenated_bone_names() to Skeleton3D for Modifier's hintSilc Lizard (Tokage) Renew2024-06-101-0/+22
* Replace List with LocalVector on Skeleton3D's bone transform update.Dario2024-05-201-4/+7
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-4/+4
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Merge pull request #91122 from TokageItLab/simulator-memdelRémi Verschelde2024-05-041-11/+5
|\
| * Modify allocation process of the PhysicalBoneSimulator in Skeleton3DSilc Lizard (Tokage) Renew2024-05-031-11/+5
* | Static allocation bones copy for SkeletonModifierSilc Lizard (Tokage) Renew2024-05-041-17/+6
|/
* replace bone_pose_updated to skeleton_updated signalSilc Lizard (Tokage) Renew2024-04-131-3/+3
* Fix deprecated=no buildKusok2024-04-061-0/+1
* Remove unavailable property binding reset_on_save from Skeleton3DSilc Lizard (Tokage) Renew2024-04-051-1/+0
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-252/+342
* Split monolithic physics class filessmix82024-02-271-1/+2
* Make Skeleton3D::add_bone return the new bone index right away, instead of re...Zi Ye2024-02-251-3/+7
* Fix `Skeleton3D` deprecated format missing posenikitalita2024-02-051-8/+23
* Merge pull request #87050 from nikitalita/convert-3.x-skeletonsYuri Sizov2024-01-221-0/+13
|\
| * Skeleton3D: Convert 3.x skeletonsnikitalita2024-01-191-0/+13
* | Update deferred calls to use Callableskobewi2024-01-091-1/+0
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-171-1/+1
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
* Skeleton3D: Only reset rest_dirty after ALL bone transforms have finished updateLyuma2023-06-081-1/+1
* Fix adding bones with the same name after calling Skeleton3D.clear_bones()detomon2023-06-051-0/+1
* Improve Skeleton3D::find_bone() performanceArtyom Lunchenkov2023-05-231-16/+12
* Fix get_bone_pose_global_no_override()Lyuma2023-05-181-4/+4
* Refactor Node ProcessingJuan Linietsky2023-05-091-1/+8
* Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma2023-01-121-255/+8
* 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