Shush hound

This commit is contained in:
Roy Nieterau 2023-04-12 15:23:37 +02:00
parent a15d8fde01
commit c6a0b7ff45
2 changed files with 1 additions and 2 deletions

View file

@ -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)

View file

@ -57,4 +57,3 @@ class CreatePointCache(plugin.HoudiniCreator):
hou.ropNodeTypeCategory(),
hou.sopNodeTypeCategory()
]