mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add doc string
This commit is contained in:
parent
27e18d96e3
commit
dae7f64c67
1 changed files with 6 additions and 0 deletions
|
|
@ -116,6 +116,12 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
|
||||
@classmethod
|
||||
def repair(cls, instance):
|
||||
"""Add a default path attribute Action.
|
||||
|
||||
it's a helper action more than a repair action,
|
||||
which used to add a default single value.
|
||||
"""
|
||||
|
||||
output_node = instance.data.get("output_node")
|
||||
rop_node = hou.node(instance.data["instance_node"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue