mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
hound fix
This commit is contained in:
parent
6ec63c9e60
commit
c1d4ddf0d6
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue