mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Remove redundant instances list that was unused
This commit is contained in:
parent
e22bd1f26b
commit
7a39b50469
1 changed files with 0 additions and 4 deletions
|
|
@ -30,8 +30,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
|
||||
def process(self, context):
|
||||
|
||||
instances = []
|
||||
|
||||
nodes = hou.node("/out").children()
|
||||
for node in nodes:
|
||||
|
||||
|
|
@ -68,8 +66,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
instance[:] = [node]
|
||||
instance.data.update(data)
|
||||
|
||||
instances.append(instance)
|
||||
|
||||
def sort_by_family(instance):
|
||||
"""Sort by family"""
|
||||
return instance.data.get("families", instance.data.get("family"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue