mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
💡 comment indent
This commit is contained in:
parent
9fa40a3a85
commit
19649dd10b
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ class ValidatePluginPathAttributes(pyblish.api.InstancePlugin):
|
|||
file_attr = validate_path["ValidatePathForPlugin"]["attribute"]
|
||||
if not file_attr:
|
||||
return invalid
|
||||
# get the nodes and file attributes
|
||||
|
||||
# get the nodes and file attributes
|
||||
for node, attr in file_attr.items():
|
||||
# check the related nodes
|
||||
targets = cmds.ls(type=node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue