Fix gizmos from 3D editor plugins not applying changes to locked nodes
This commit is contained in:
parent
4d1f26e1fd
commit
3d737cbbbd
1 changed files with 1 additions and 1 deletions
|
|
@ -5216,7 +5216,7 @@ void Node3DEditorViewport::apply_transform(Vector3 p_motion, double p_snap) {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (sp->has_meta("_edit_lock_")) {
|
||||
if (sp->has_meta("_edit_lock_") && !spatial_editor->is_gizmo_visible()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue