mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(nuke): cleaning comments and beautifying
This commit is contained in:
parent
af5b4c7b13
commit
93696e76e5
1 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
import tempfile
|
||||
import nuke
|
||||
import pyblish.api
|
||||
import logging
|
||||
|
|
@ -65,9 +64,6 @@ class CollectNukeWrites(pyblish.api.ContextPlugin):
|
|||
int(last_frame)
|
||||
)
|
||||
|
||||
# preredered frames
|
||||
# collect frames by try
|
||||
# collect families in next file
|
||||
if "files" not in instance.data:
|
||||
instance.data["files"] = list()
|
||||
try:
|
||||
|
|
@ -89,8 +85,6 @@ class CollectNukeWrites(pyblish.api.ContextPlugin):
|
|||
"colorspace": node["colorspace"].value(),
|
||||
})
|
||||
|
||||
|
||||
|
||||
self.log.debug("instance.data: {}".format(instance.data))
|
||||
|
||||
self.log.debug("context: {}".format(context))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue