mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use correct dirmap key in nuke
This commit is contained in:
parent
743e2c5829
commit
e86555b2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def add_nuke_callbacks():
|
|||
nuke.addOnScriptLoad(WorkfileSettings().set_context_settings)
|
||||
|
||||
|
||||
if nuke_settings["nuke_dirmap"]["enabled"]:
|
||||
if nuke_settings["dirmap"]["enabled"]:
|
||||
log.info("Added Nuke's dir-mapping callback ...")
|
||||
# Add dirmap for file paths.
|
||||
nuke.addFilenameFilter(dirmap_file_name_filter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue