mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Actually ignore validation when it should.
This commit is contained in:
parent
ef179da1f2
commit
6144af98df
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
if not build_from_path:
|
||||
cls.log.debug("Alembic ROP has 'Build from Path' disabled. "
|
||||
"Validation is ignored..")
|
||||
return
|
||||
|
||||
path_attr = rop.parm("path_attrib").eval()
|
||||
if not path_attr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue