mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 22:51:08 +00:00
improved animation editor
-same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
This commit is contained in:
parent
f8f3362cab
commit
f36e7dcb40
30 changed files with 840 additions and 106 deletions
|
|
@ -2838,9 +2838,9 @@ void EditorNode::_instance_request(const String& p_path){
|
|||
request_instance_scene(p_path);
|
||||
}
|
||||
|
||||
void EditorNode::_property_keyed(const String& p_keyed,const Variant& p_value) {
|
||||
void EditorNode::_property_keyed(const String& p_keyed,const Variant& p_value,bool p_advance) {
|
||||
|
||||
animation_editor->insert_value_key(p_keyed,p_value);
|
||||
animation_editor->insert_value_key(p_keyed,p_value,p_advance);
|
||||
}
|
||||
|
||||
void EditorNode::_transform_keyed(Object *sp,const String& p_sub,const Transform& p_key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue