We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8e8bd commit 4367eacCopy full SHA for 4367eac
startup/gui/usd.py
@@ -67,7 +67,3 @@
67
"spread", "map_resolution", "max_bounces"
68
] ) :
69
Gaffer.Metadata.registerValue( GafferUSD.USDLight, f"parameters.cycles:{parameter}", "layout:index", 2000 + i )
70
-
71
-# Only show the Cycles parameters if Cycles exists and not hidden
72
-Gaffer.Metadata.registerValue( GafferUSD.USDLight, "parameters", "layout:activator:cyclesUIEnabled", lambda x : os.environ.get( "CYCLES_ROOT" ) and os.environ.get( "GAFFERCYCLES_HIDE_UI", "" ) != "1" )
73
-Gaffer.Metadata.registerValue( GafferUSD.USDLight, "parameters.cycles:*", "layout:visibilityActivator", "cyclesUIEnabled" )
0 commit comments