summaryrefslogtreecommitdiff
path: root/scene/animation/skeleton_ik.h
AgeCommit message (Collapse)Author
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-11-20Added possibility to override or add target basis to tip boneAndrea Catania
2018-08-26Fixed task creation with void chain in SkeletonIKAndrea Catania
2018-08-19Fix compiling SkeletonIK with disable_3dRémi Verschelde
Fixes #20825.
2018-08-04Implemented IKAndreaCatania