Skip to content

Commit

Permalink
3Delight shader menu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gkocov committed Jan 8, 2024
1 parent 8a210bd commit 34772c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/GafferDelightUI/ShaderMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def __shaderSubMenu( oslPath ) :
subMenu = "Utility"
elif tag == "toon" :
subMenu = "Toon"
else :
subMenu = "Other"

if subMenu is None :
continue
Expand Down

0 comments on commit 34772c0

Please sign in to comment.