Skip to content

Commit

Permalink
Update lib/mayaUsd/resources/ae/usdschemabase/ae_template.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Donnelly <[email protected]>
  • Loading branch information
pierrebai-adsk and seando-adsk authored Oct 25, 2024
1 parent e1630a2 commit fe2f9fb
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 @@ -637,7 +637,7 @@ def isSectionOpen(sectionName):
lowerName = sectionName.lower()
return 'light' in lowerName and 'link' not in lowerName

# Dictionry of which function to call to create a given section.
# Dictionary of which function to call to create a given section.
# By default, calls the generic createSection, which will search
# in the list of known custom control creators for the one to be
# used.
Expand Down

0 comments on commit fe2f9fb

Please sign in to comment.