PDT: Set Isometric View to Orthographic always

This commit is contained in:
Alan Odom 2020-01-10 19:41:44 +00:00 committed by Rune Morling
parent da32625bea
commit 9055e26842
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ class PDT_OT_viso(Operator):
areas[0].spaces.active.region_3d.view_rotation = Quaternion(
(0.8205, 0.4247, -0.1759, -0.3399)
)
areas[0].spaces.active.region_3d.view_perspective = 'ORTHO'
return {"FINISHED"}