Skip to content

Finish converting SMTK_PLUGINS from cached var to global property

It looks like smtk plugins in our extensions are still using a global variable SMTK_PLUGINS, and were not updated to using the global property with the same name. This MR removes the global var completely and only uses the global property SMTK_PLUGINS.

Backport: release

Edited by John Tourtellott

Merge request reports