refactor custom write node script

This commit is contained in:
Kayla Man 2023-06-02 17:11:16 +08:00
parent 11db326cc5
commit 27ae0d9f20
3 changed files with 82 additions and 63 deletions

View file

@ -227,7 +227,7 @@
"type": "action",
"sourcetype": "python",
"title": "Set non publish output for Write Node",
"command": "from openpype.hosts.nuke.startup.ops_write_node_no_publish import main;main();",
"command": "from openpype.hosts.nuke.startup.custom_write_node import main;main();",
"tooltip": "Open the OpenPype Nuke user doc page"
}
]