From ee217723da7f131f8abf2b9bb4987356a282edfd Mon Sep 17 00:00:00 2001 From: Chris Cunningham Date: Sun, 5 Apr 2020 21:37:58 -0300 Subject: [PATCH] updated version number and build notes --- resources/META-INF/plugin.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index ae05e0a..eb25746 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ ca.rightsomegoodgames.mayacharm MayaCharm - 3.1.1 + 3.1.2 Chris Cunningham -
  • All strings have be moved to a resource bundle for localization purposes
  • -
  • Settings panel properly updates with Maya sdks now when interpreter settings are changed
  • -
  • Settings panel now has proper add and remove buttons for Maya SDKs that will properly add or remove the interpreter - as well setup the command port info for the sdk
  • -
  • Removed the debug run config, since it was unreliable due to a race condition when it would execute your maya code
  • -
  • Now forces utf8 encoding when executing the selection
  • -
  • Refactoring and consolidating of duplicate code
  • +
  • Fixed issues where MayaCharm could not detect Maya instances that were launched via script and not executed directly
  • +
  • Improved handling and detection of MayaPy version when adding new interpreters
  • ]]>