From 34772c046cefdaffb3cc2734a48e5c0d97a87cbc Mon Sep 17 00:00:00 2001 From: Goran Kocov Date: Mon, 8 Jan 2024 01:18:44 -0500 Subject: [PATCH] 3Delight shader menu fix --- python/GafferDelightUI/ShaderMenu.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/GafferDelightUI/ShaderMenu.py b/python/GafferDelightUI/ShaderMenu.py index 59d640b92de..19d3668d9e6 100644 --- a/python/GafferDelightUI/ShaderMenu.py +++ b/python/GafferDelightUI/ShaderMenu.py @@ -95,6 +95,8 @@ def __shaderSubMenu( oslPath ) : subMenu = "Utility" elif tag == "toon" : subMenu = "Toon" + else : + subMenu = "Other" if subMenu is None : continue