Nuke: rename back to builder

This commit is contained in:
Jakub Jezek 2021-06-01 10:52:35 +02:00
parent c4bea1c9ed
commit a3eae1cd15
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ def install():
# Set context settings.
nuke.addOnCreate(workfile_settings.set_context_settings, nodeClass="Root")
nuke.addOnCreate(workfile_settings.set_favorites, nodeClass="Root")
nuke.addOnCreate(lib.process_workfile_options, nodeClass="Root")
nuke.addOnCreate(lib.process_workfile_builder, nodeClass="Root")
nuke.addOnCreate(lib.launch_workfiles_app, nodeClass="Root")
menu.install()

View file

@ -1642,7 +1642,7 @@ def launch_workfiles_app():
workfiles.show(os.environ["AVALON_WORKDIR"])
def process_workfile_options():
def process_workfile_builder():
from openpype.lib import (
env_value_to_bool,
get_custom_workfile_template
@ -1697,7 +1697,7 @@ def process_workfile_options():
return
# to avoid looping of the callback, remove it!
nuke.removeOnCreate(process_workfile_options, nodeClass="Root")
nuke.removeOnCreate(process_workfile_builder, nodeClass="Root")
log.info("Opening last workfile...")
# open workfile