Skip to content

Commit

Permalink
fix(macros): omit zoom-out on view focus
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranmal committed Mar 17, 2022
1 parent 5856da8 commit 5c0bf2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion macros/CaptureSave.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def resolve_image_path(suffix = ''):

def focus_view():
Gui.SendMsgToActiveView('ViewFit')
Gui.runCommand('Std_ViewZoomOut', 0)

def set_isometric_view():
view = Gui.activeDocument().activeView()
Expand Down
1 change: 0 additions & 1 deletion macros/FlipView.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

def focus_view():
Gui.SendMsgToActiveView('ViewFit')
Gui.runCommand('Std_ViewZoomOut', 0)

def flip_view():
view = Gui.activeDocument().activeView()
Expand Down

0 comments on commit 5c0bf2b

Please sign in to comment.