Remove unnecessary callback for workfile builder in pipeline.py.

Improve script load settings.
This commit is contained in:
Jakub Jezek 2024-06-14 11:41:29 +02:00
parent 8c5f46dc13
commit 9f85d4a240
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -160,9 +160,6 @@ def add_nuke_callbacks():
# template builder callbacks
nuke.addOnCreate(start_workfile_template_builder, nodeClass="Root")
# TODO: remove this callback once workfile builder will be removed
nuke.addOnCreate(process_workfile_builder, nodeClass="Root")
# fix ffmpeg settings on script
nuke.addOnScriptLoad(on_script_load)