diff --git a/GETOOLS_SOURCE/modules/GeneralWindow.py b/GETOOLS_SOURCE/modules/GeneralWindow.py index 4413ca9..e0d5bd5 100644 --- a/GETOOLS_SOURCE/modules/GeneralWindow.py +++ b/GETOOLS_SOURCE/modules/GeneralWindow.py @@ -48,7 +48,7 @@ class GeneralWindow: - _version = "v1.3.6" + _version = "v1.3.7" _name = "GETools" _title = _name + " " + _version @@ -88,7 +88,7 @@ def LayoutMenuBar(self, parentLayout): cmds.menuItem(label = "Reload Scene (force)", command = Scene.Reload, image = Icons.reset) cmds.menuItem(label = "Exit Maya (force)", command = Scene.ExitMaya, image = Icons.off) cmds.menuItem(divider = True) - cmds.menuItem(label = "Restart GETools", command = partial(self.RUN_DOCKED, "", True), image = Icons.reset) + cmds.menuItem(label = "Restart GETools", command = partial(self.RUN_DOCKED, self.directory, True), image = Icons.reset) cmds.menuItem(label = "Close GETools", command = self.DockDelete, image = Icons.off) # cmds.menu(label = "Edit", tearOff = True) diff --git a/changelog.txt b/changelog.txt index 7a2c11b..e0d028f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,9 @@ GETools changelog - TODO added non-cycle origin animation with loop mode ********************************************** +v1.3.7 +- [OVERLAPPY] fixed "Load/Save Settings" missing path to folder after Getools was restarted through "Restart GETools" button + v1.3.6 - added link for Tutorial Video button