Skip to content

Commit

Permalink
Merge pull request #24 from ynput/bugfix/reset_active_viewport_to_avo…
Browse files Browse the repository at this point in the history
…id_glitching_viewport

Avoid glitching viewport
  • Loading branch information
moonyuet authored Nov 22, 2024
2 parents 6264167 + 74aa24d commit eb0a1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_max/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def set_context_setting():
reset_frame_range()
reset_colorspace()
reset_unit_scale()
rt.viewport.ResetAllViews()


def get_max_version():
Expand Down

0 comments on commit eb0a1d8

Please sign in to comment.