clean(nuke): remove unused lines

This commit is contained in:
Jakub Jezek 2019-11-21 19:07:04 +01:00
parent df41c92f44
commit 2bf235ece1

View file

@ -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()