mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Allow keying properties with multiple nodes selected
This commit is contained in:
parent
7a4a6fbc03
commit
351f454a94
4 changed files with 47 additions and 109 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue