mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
comment out nuke callback that were crashing session
This commit is contained in:
parent
e1493540c1
commit
52a2b37598
3 changed files with 4 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
|
|||
'frameOut': int(instance.data["startFrame"]),
|
||||
'frameRate': 25})}
|
||||
}
|
||||
elif ext in [".jpg"]:
|
||||
elif ext in [".jpg", ".jpeg"]:
|
||||
component_data = {
|
||||
"name": "thumbnail" # Default component name is "main".
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ class CollectNukeWrites(pyblish.api.ContextPlugin):
|
|||
})
|
||||
|
||||
|
||||
|
||||
self.log.debug("instance.data: {}".format(instance.data))
|
||||
|
||||
self.log.debug("context: {}".format(context))
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ from pype.api import Logger
|
|||
log = Logger.getLogger(__name__, "nuke")
|
||||
|
||||
|
||||
nuke.addOnScriptSave(writes_version_sync)
|
||||
nuke.addOnScriptSave(onScriptLoad)
|
||||
# nuke.addOnScriptSave(writes_version_sync)
|
||||
# nuke.addOnScriptSave(onScriptLoad)
|
||||
|
||||
log.info('Automatic syncing of write file knob to script version')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue