mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix wrong merge
This commit is contained in:
parent
7939836e65
commit
2be5b33510
2 changed files with 0 additions and 10 deletions
|
|
@ -70,14 +70,6 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
|
||||
cls.log.debug("Checking for attribute: %s", path_attr)
|
||||
|
||||
if not hasattr(output_node, "geometry"):
|
||||
# In the case someone has explicitly set an Object
|
||||
# node instead of a SOP node in Geometry context
|
||||
# then for now we ignore - this allows us to also
|
||||
# export object transforms.
|
||||
cls.log.warning("No geometry output node found, skipping check..")
|
||||
return
|
||||
|
||||
if not hasattr(output_node, "geometry"):
|
||||
# In the case someone has explicitly set an Object
|
||||
# node instead of a SOP node in Geometry context
|
||||
|
|
|
|||
|
|
@ -78,9 +78,7 @@ MS_CUSTOM_ATTRIB = """attributes "openPypeData"
|
|||
if idx do (
|
||||
continue
|
||||
)
|
||||
|
||||
name = c as string
|
||||
|
||||
append temp_arr handle_name
|
||||
append i_node_arr node_ref
|
||||
append sel_list name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue