mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix bug when connecting after
This commit is contained in:
parent
0a055a9b86
commit
853de24a9e
1 changed files with 8 additions and 1 deletions
|
|
@ -159,6 +159,13 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
output_node.moveToGoodPosition()
|
||||
else:
|
||||
# Connect after
|
||||
output_node.setFirstInput(path_node)
|
||||
path_node.setFirstInput(output_node)
|
||||
rop_node.parm('sop_path').set(path_node.path())
|
||||
path_node.moveToGoodPosition()
|
||||
instance.data.update({"output_node" : path_node })
|
||||
|
||||
cls.log.debug(
|
||||
"'%s' has set as the output node, "
|
||||
"'%s' has updated"
|
||||
% (path_node, rop_node)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue