mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hotfix: inventory versions are also checked on script load
This commit is contained in:
parent
de8ef13061
commit
907a5f6ca6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ log = Logger().get_logger(__name__, "nuke")
|
|||
|
||||
# nuke.addOnScriptSave(writes_version_sync)
|
||||
nuke.addOnScriptSave(onScriptLoad)
|
||||
nuke.addOnScriptLoad(checkInventoryVersions)
|
||||
nuke.addOnScriptSave(checkInventoryVersions)
|
||||
|
||||
log.info('Automatic syncing of write file knob to script version')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue