mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
delete unnecessary function call
This commit is contained in:
parent
ac517edf55
commit
44571c1f06
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ class CreatePointCache(plugin.HoudiniCreator):
|
|||
|
||||
# get the output node with the minimum
|
||||
# 'outputidx' or the node with display flag
|
||||
sop_path = self.get_obj_output(selected_node) or \
|
||||
selected_node.displayNode()
|
||||
sop_path = self.get_obj_output(selected_node)
|
||||
|
||||
if sop_path:
|
||||
parms["sop_path"] = sop_path.path()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue