From 351f454a9492fc8cf64b4b83a6895649c587a528 Mon Sep 17 00:00:00 2001 From: Mikael Hermansson Date: Thu, 6 Jun 2024 17:47:15 +0200 Subject: Allow keying properties with multiple nodes selected --- editor/animation_track_editor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/animation_track_editor.h') diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 4c7c1a58f8..7d1c8e7572 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -712,8 +712,8 @@ public: void cleanup(); void set_anim_pos(float p_pos); - void insert_node_value_key(Node *p_node, const String &p_property, const Variant &p_value, bool p_only_if_exists = false); - void insert_value_key(const String &p_property, const Variant &p_value, bool p_advance); + void insert_node_value_key(Node *p_node, const String &p_property, bool p_only_if_exists = false, bool p_advance = false); + void insert_value_key(const String &p_property, bool p_advance); void insert_transform_key(Node3D *p_node, const String &p_sub, const Animation::TrackType p_type, const Variant &p_value); bool has_track(Node3D *p_node, const String &p_sub, const Animation::TrackType p_type); void make_insert_queue(); -- cgit v1.2.3