Skip to content

Commit

Permalink
Fix showing fixtures after disabling 2D layout view
Browse files Browse the repository at this point in the history
  • Loading branch information
vanous committed Jun 14, 2024
1 parent 25f7f64 commit 409c6e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ def onDisplay2D(self, context):
obj.show_name = False
else:
obj.hide_set(self.display_2D)
obj.hide_viewport = self.display_2D
obj.hide_render = self.display_2D
if "pigtail" in obj.get("geometry_type", ""):
obj.hide_set(not self.display_pigtails)
obj.hide_viewport = not self.display_pigtails
Expand Down

0 comments on commit 409c6e3

Please sign in to comment.