Skip to content

Commit

Permalink
Update SceneViewUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHanke authored Oct 2, 2024
1 parent 9096435 commit 6c82f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/GafferSceneUI/SceneViewUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,11 @@ def __menuDefinition( self ) :
titleSafeEnabled = self.getPlug()["titleSafeEnabled"].getValue()
actionSafeEnabled = self.getPlug()["actionSafeEnabled"].getValue()
customGridEnabled = self.getPlug()["customGridEnabled"].getValue()

# possible way to iterate over all guides instead of doing them one by one:

# cameraGuides = self.getPlug()["guidesEnabled"].getValue()

# allGuides = [ "Title Safe", "Action Safe", "Rule of Thirds" ]
# for guide in allGuides :
# newGuides = IECore.StringVectorData( [
Expand Down Expand Up @@ -893,7 +893,7 @@ def __lookThrough( self, path, *unused ) :

self.getPlug()["lookThroughEnabled"].setValue( True )
self.getPlug()["lookThroughCamera"].setValue( path )

# BHGC START

# separate functions for each guide, should probably combine these
Expand Down

0 comments on commit 6c82f56

Please sign in to comment.