mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Comment deferred evaluation
This commit is contained in:
parent
0c626f54c5
commit
4b3f96af5e
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ if explicit_plugins_loading["enabled"]:
|
|||
except RuntimeError as e:
|
||||
print(e)
|
||||
|
||||
# We need to load plugins deferred as loading them directly does not work
|
||||
# correctly due to Maya's initialization.
|
||||
cmds.evalDeferred(
|
||||
_explicit_load_plugins,
|
||||
lowestPriority=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue