Skip to content

Commit

Permalink
Toggle Viewport Image Planes hides mmImagePlaneShape2
Browse files Browse the repository at this point in the history
MM Image Plane v2 is also toggled with Maya native image planes.

Github issue #263
  • Loading branch information
david-cattermole committed Sep 4, 2024
1 parent 3e9526e commit 66b58f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mmSolver/tools/toggleviewportimgplns/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ def toggle_image_plane_visibility(model_panel):
value = viewport_utils.get_image_plane_visibility(model_panel)
new_value = not value
viewport_utils.set_image_plane_visibility(model_panel, new_value)
viewport_utils.set_mm_image_plane_visibility(model_panel, new_value)
return

0 comments on commit 66b58f0

Please sign in to comment.