summaryrefslogtreecommitdiffstats
path: root/scene/3d/skeleton_ik_3d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-1/+5
* Add get_concatenated_bone_names() to Skeleton3D for Modifier's hintSilc Lizard (Tokage) Renew2024-06-101-9/+1
* Add SkeletonIK3D get/set_interpolation compat from #87888Lyuma2024-04-181-0/+16
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-78/+30
* Make SkeletonIk3D node usablewarriormaster122023-09-281-1/+1
* Merge pull request #77465 from lyuma/ik_skeleton_reference_bugRémi Verschelde2023-06-201-6/+14
|\
| * SkeletonIK3D: Avoid holding hard pointers to Skeleton3DLyuma2023-05-251-6/+14
* | Fix for SkeletonIK3D interpolation and bone rollLyuma2023-06-051-21/+1
|/
* Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma2023-01-121-2/+21
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-8/+6
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-2/+2
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-1/+1
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-2/+2
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
* Fixed SkeletonIK not rotating correctly when solvingTwistedTwigleg2021-10-041-8/+4
* Use functions defined in the their classes.Anilforextra2021-09-291-2/+2
* Make sure IK target is inside tree before using its transformHaoyu Qiu2021-09-141-1/+1
* Use real_t in 3D nodesAaron Franke2021-08-031-1/+1
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-9/+9
* SkeletonIK: Fixed issue where bones become detached if multiple SkeletonIK no...TwistedTwigleg2021-05-251-6/+9
* Fixes the SkeletonIK twisting issue by using the skeleton global pose without...TwistedTwigleg2021-05-081-53/+16
* Changed SkeletonIK3D to clear bone overrides when stoppingTwistedTwigleg2021-04-151-1/+3
* Fix for SkeletonIK not working correctly with 0 interpolation and incorrectly...TwistedTwigleg2021-04-021-16/+69
* Fix for regression in SkeletonIK codeTwistedTwigleg2021-03-181-0/+4
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Merge pull request #40774 from TwistedTwigleg/SkeletonIK_Godot_4_0_FixesRémi Verschelde2021-03-121-21/+7
|\
| * Changes to SkeletonIK:TwistedTwigleg2020-09-081-21/+7
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* | Fixed reload_goal not being called when SkeletonIK3D::start is invoked with p...ConorLPBoyle2020-07-271-0/+5
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-15/+27
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-9/+1
* Merge pull request #38203 from woollysammoth/multiple-ik-bugRémi Verschelde2020-04-291-1/+9
|\
| * Resets global pose of IK chain bones being solved, rather than the whole skel...Sam2020-04-251-1/+9
* | [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-13/+13
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-0/+578