mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
clean(nuke): remove unused lines
This commit is contained in:
parent
df41c92f44
commit
2bf235ece1
1 changed files with 0 additions and 2 deletions
|
|
@ -18,10 +18,8 @@ class CollectNukeInstances(pyblish.api.ContextPlugin):
|
|||
asset_data = io.find_one({"type": "asset",
|
||||
"name": api.Session["AVALON_ASSET"]})
|
||||
|
||||
|
||||
self.log.debug("asset_data: {}".format(asset_data["data"]))
|
||||
instances = []
|
||||
# creating instances per write node
|
||||
|
||||
# gets only nodes with subset knob
|
||||
nodes = [n for n in nuke.allNodes()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue