mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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 os
|
||||||
import tempfile
|
|
||||||
import nuke
|
import nuke
|
||||||
import pyblish.api
|
import pyblish.api
|
||||||
import logging
|
import logging
|
||||||
|
|
@ -65,9 +64,6 @@ class CollectNukeWrites(pyblish.api.ContextPlugin):
|
||||||
int(last_frame)
|
int(last_frame)
|
||||||
)
|
)
|
||||||
|
|
||||||
# preredered frames
|
|
||||||
# collect frames by try
|
|
||||||
# collect families in next file
|
|
||||||
if "files" not in instance.data:
|
if "files" not in instance.data:
|
||||||
instance.data["files"] = list()
|
instance.data["files"] = list()
|
||||||
try:
|
try:
|
||||||
|
|
@ -89,8 +85,6 @@ class CollectNukeWrites(pyblish.api.ContextPlugin):
|
||||||
"colorspace": node["colorspace"].value(),
|
"colorspace": node["colorspace"].value(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
self.log.debug("instance.data: {}".format(instance.data))
|
self.log.debug("instance.data: {}".format(instance.data))
|
||||||
|
|
||||||
self.log.debug("context: {}".format(context))
|
self.log.debug("context: {}".format(context))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue