virtualx-engine/scene/animation
SnailRhymer d79818acb6 Fix errors and improve UX relating to new animation libraries
- Fix a bug causing an error message when a scene containing an AnimationPlayer with a reset track is saved, by correctly referencing the temporary "default" library.
- Make library dropdown in new animation window assign correct library when creating an animation.
- Similarly allow choice of library when duplicating animation.
- Make library dropdown default to library of currently selected animation.
- Make library dropdown show when exactly one library exists, and it isn't [Global]. Include [Global] on the dropdown in this case (will be newly created if dialog is confirmed).
- When appending (x) to avoid New Anim name collisions, correctly check target library instead of [Global].
- Add parentheses when appending x when duplicating animations in the library editor, for consistency.
- Change titles and prompts to be distinct in name/rename/duplicate dialiogs.
- Fix bug in OprionButton.get_selectable_item(true) when last is not selectable.
- Fix issues where animation wasn't found on deletion/rename by correctly prepending library name.
- Remove an extraneous print_line from animation_track_editor.
- Add messages to errors when an animation isn't found.
2022-05-17 00:02:51 +01:00
..
animation_blend_space_1d.cpp More time parameters change type float to double 2022-01-27 12:42:46 +09:00
animation_blend_space_1d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
animation_blend_space_2d.cpp More time parameters change type float to double 2022-01-27 12:42:46 +09:00
animation_blend_space_2d.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
animation_blend_tree.cpp Fix inversed ADD_GROUP parameters in AnimationNodeOneShot 2022-03-18 12:53:34 +08:00
animation_blend_tree.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
animation_node_state_machine.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
animation_node_state_machine.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
animation_player.cpp Fix errors and improve UX relating to new animation libraries 2022-05-17 00:02:51 +01:00
animation_player.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
animation_tree.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
animation_tree.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
easing_equations.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
root_motion_view.cpp fixed rotated RootMotionView grid glitch 2022-04-24 15:46:39 +09:00
root_motion_view.h Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
SCsub Refactor and move easing equations 2021-09-24 13:47:13 +02:00
tween.cpp Fix error spam when tweened node leaves tree 2022-05-05 17:57:25 +02:00
tween.h Improve Tween infinite loop detection 2022-05-01 00:24:07 +02:00