mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove unnecessary callback for workfile builder in pipeline.py.
Improve script load settings.
This commit is contained in:
parent
8c5f46dc13
commit
9f85d4a240
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue