Skip to content

Commit

Permalink
Shader parameter sections should be expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
JGamache-autodesk committed Nov 19, 2024
1 parent 08d3ba6 commit 1579522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/resources/ae/usdschemabase/ae_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def sectionNameFromSchema(self, schemaTypeName):

def addShaderLayout(self, group):
"""recursively create the full attribute layout section"""
with ufeAeTemplate.Layout(self, group.name, collapse=True):
with ufeAeTemplate.Layout(self, group.name, collapse=False):
for item in group.items:
if isinstance(item, AEShaderLayout.Group):
self.addShaderLayout(item)
Expand Down

0 comments on commit 1579522

Please sign in to comment.