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
Activity
@tjcorona it seems that smtk extensions were still using the global/cache variable instead of the global property. This MR changes everything to global property -- does that seem right to you?
added 1 commit
- 77a35e63 - Finish converting SMTK_PLUGINS from cached var to global property
added 1 commit
- 898d42ad - Finish converting SMTK_PLUGINS from cached var to global property
Please register or sign in to reply