Skip to content

Fix 3D editor align with current view

Rafał Mikrut requested to merge fix_align_with_view into master

Created by: ghost

In the 3D editor, when you try undo the "Align with view" option the position is not restored properly when you move, rotate or scale the node before performing the operation.

This fixes it by using the current camera transform and the node scale.

Merge request reports