hound fix

This commit is contained in:
Kayla Man 2023-04-27 21:11:44 +08:00
parent 6ec63c9e60
commit c1d4ddf0d6

View file

@ -583,6 +583,7 @@ def splitext(name, allowed_multidot_extensions):
return os.path.splitext(name)
def get_top_referenced_parm(parm):
processed = set() # disallow infinite loop
@ -633,7 +634,7 @@ def evalParmNoFrame(node, parm, pad_character="#"):
def get_color_management_preferences():
"""Get default OCIO preferences"""
data = {
"config": hou.Color.ocio_configPath()
"config": hou.Color.ocio_configPath()
}