1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Allow keying properties with multiple nodes selected

This commit is contained in:
Mikael Hermansson
2024-06-06 17:47:15 +02:00
parent 7a4a6fbc03
commit 351f454a94
4 changed files with 47 additions and 109 deletions

View File

@@ -2165,7 +2165,7 @@ void AnimationPlayerEditorPlugin::_property_keyed(const String &p_keyed, const V
return;
}
te->_clear_selection();
te->insert_value_key(p_keyed, p_value, p_advance);
te->insert_value_key(p_keyed, p_advance);
}
void AnimationPlayerEditorPlugin::_transform_key_request(Object *sp, const String &p_sub, const Transform3D &p_key) {