summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headersRémi Verschelde2018-08-2912-0/+360
* Merge pull request #21405 from SneakyMax/fix-animation-condition-advancingJuan Linietsky2018-08-271-1/+1
|\
| * Fix advancing based on condition in AnimationNodeStateMachinePlaybackAndy Brenneke2018-08-251-1/+1
* | Fixed task creation with void chain in SkeletonIKAndrea Catania2018-08-262-8/+14
|/
* Style: Fix previous commits from @reduzRémi Verschelde2018-08-241-17/+13
* Property clear caches in animationtree if animatioplayer is modified. Fixes #...Juan Linietsky2018-08-242-0/+36
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* -Fix blend tree rename, closes #20210Juan Linietsky2018-08-234-15/+53
* Remove unnecessary print with AnimationNodeStateMachinePlaybackvolzhs2018-08-241-1/+0
* Style: Fix issues that went past CIRémi Verschelde2018-08-215-105/+72
* Merge pull request #21228 from Noshyaar/docs-bindRémi Verschelde2018-08-211-1/+1
|\
| * Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-1/+1
* | Crash fixes for material and animtreeJuan Linietsky2018-08-201-0/+5
|/
* Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky2018-08-2010-849/+1295
* Fix compiling SkeletonIK with disable_3dRémi Verschelde2018-08-192-0/+8
* Tween: Add a unique identifier to InterpolateData to be able to remove the ri...James2018-08-162-26/+40
* Merge pull request #20665 from SaracenOne/animation_tree_controlRémi Verschelde2018-08-144-2/+15
|\
| * Add method to manually advance AnimationTree and manual process mode.Saracen2018-08-024-2/+15
* | interpolation was not removed because of id mismatchJames2018-08-091-1/+1
* | Fixed typo in SkeletonIKAndrea Catania2018-08-041-1/+1
* | Implemented IKAndreaCatania2018-08-042-0/+763
|/
* Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde2018-07-261-5/+1
|\
| * Fix bug in animationplayer editor not using subproperties properlyBojidar Marinov2018-06-181-5/+1
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-266-27/+27
* | Merge pull request #19781 from razcore-art/fix-tweenRémi Verschelde2018-07-242-49/+22
|\ \
| * | Check "done" state in original loopRăzvan C. Rădulescu2018-06-271-18/+10
| * | Fix and make Tween node less confusingRăzvan C. Rădulescu2018-06-262-46/+27
* | | Print an error when calling an invalid method on an AnimationMarcelo Fernandez2018-07-181-0/+6
* | | Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-184-6/+2
* | | Fix some enum export in new Animation editor.Fabio Alessandrelli2018-07-083-11/+12
* | | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-0/+1
* | | -Fix in animationplayback, sound would be cut on loopJuan Linietsky2018-07-012-2/+38
* | | -Fixes to OBJ importer, option to disable optimizationJuan Linietsky2018-06-302-2/+21
* | | Small fixesJuan Linietsky2018-06-292-3/+19
* | | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-279-20/+126
* | | The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky2018-06-272-1/+10
* | | Style: Apply clang-format to animation_tree.cppRémi Verschelde2018-06-271-23/+14
* | | change node graph property and improved some bindingsJuan Linietsky2018-06-272-8/+31
* | | -Add root motion support in AnimationTree.Juan Linietsky2018-06-264-17/+316
|/ /
* | ensure BlendSpace1D syncs animationsThomas Herzog2018-06-261-8/+20
* | renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-2510-84/+84
* | Merge pull request #19720 from karroffel/blendspace-1dJuan Linietsky2018-06-254-76/+416
|\ \
| * | added BlendSpace1D editor pluginThomas Herzog2018-06-254-11/+11
| * | added AnimationBlendSpace1DThomas Herzog2018-06-253-3/+343
| * | rename BlendSpace to BlendSpace2DThomas Herzog2018-06-252-74/+74
* | | removed printJuan Linietsky2018-06-251-4/+0
|/ /
* | State machine animation nodeJuan Linietsky2018-06-254-9/+945
* | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-212-0/+71
* | Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-211-0/+4
* | Animation Blend SpacesJuan Linietsky2018-06-216-32/+639