mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Shush hound
This commit is contained in:
parent
a15d8fde01
commit
c6a0b7ff45
2 changed files with 1 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ def create_interactive(creator_identifier, **kwargs):
|
|||
hou.cop2NodeTypeCategory(): cop2toolutils.genericTool
|
||||
}.get(pwd.childTypeCategory())
|
||||
|
||||
if tool_fn != None:
|
||||
if tool_fn is not None:
|
||||
out_null = tool_fn(kwargs, "null")
|
||||
out_null.setName("OUT_{}".format(subset_name), unique_name=True)
|
||||
|
||||
|
|
|
|||
|
|
@ -57,4 +57,3 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
hou.ropNodeTypeCategory(),
|
||||
hou.sopNodeTypeCategory()
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue