Comment deferred evaluation

This commit is contained in:
Toke Stuart Jepsen 2023-04-05 08:53:08 +01:00
parent 0c626f54c5
commit 4b3f96af5e

View file

@ -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