mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(nukestudio): reloading avalon and pyblish
This commit is contained in:
parent
138557a470
commit
eaff873a3e
1 changed files with 3 additions and 0 deletions
|
|
@ -71,8 +71,11 @@ def reload_config():
|
|||
import importlib
|
||||
|
||||
for module in (
|
||||
"avalon",
|
||||
"avalon.lib",
|
||||
"avalon.pipeline",
|
||||
"pyblish",
|
||||
"pyblish_lite",
|
||||
"pypeapp",
|
||||
"{}.api".format(AVALON_CONFIG),
|
||||
"{}.templates".format(AVALON_CONFIG),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue