Skip to content

Commit

Permalink
flipbook - keep overlays for cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
p2or committed Oct 31, 2024
1 parent 2ac40a0 commit c001c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4313,7 +4313,8 @@ def execute(self, context):
""" Handle overlay states """
self._overlays_state = area.spaces[0].overlay.show_overlays
#self._gizmos_state = area.spaces[0].overlay.show_overlays
self.overlays(area, self.keep_overlays)
if scn.render.engine != 'CYCLES':
self.overlays(area, self.keep_overlays)

""" Main output path """
self._output_path = scn.render.filepath
Expand Down

0 comments on commit c001c9f

Please sign in to comment.