You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Don't focus the selection after using Align Transform With View
It made minor adjustments difficult as the camera moved every time Align Transform With View was used. This closes #36738.
This commit is contained in:
@@ -2882,7 +2882,6 @@ void Node3DEditorViewport::_menu_option(int p_option) {
|
|||||||
undo_redo->add_undo_method(sp, "set_global_transform", sp->get_global_gizmo_transform());
|
undo_redo->add_undo_method(sp, "set_global_transform", sp->get_global_gizmo_transform());
|
||||||
}
|
}
|
||||||
undo_redo->commit_action();
|
undo_redo->commit_action();
|
||||||
focus_selection();
|
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
case VIEW_ALIGN_ROTATION_WITH_VIEW: {
|
case VIEW_ALIGN_ROTATION_WITH_VIEW: {
|
||||||
|
|||||||
Reference in New Issue
Block a user