Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Hotfix: revert mgear_core#30
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Apr 4, 2019
1 parent b096704 commit 1a15f28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maya.SetupMscver()
env = excons.MakeBaseEnv()


version = (3, 1, 0)
version = (3, 1, 1)
versionstr = "%d.%d.%d" % version
platname = {"win32": "windows", "darwin": "osx"}.get(sys.platform, "linux")
outprefix = "platforms/%s/%s/%s/plug-ins" % (maya.Version(nice=True), platname, excons.arch_dir)
Expand Down
2 changes: 1 addition & 1 deletion framework/mgear_core
2 changes: 1 addition & 1 deletion framework/scripts/mgear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
sev_comment = 32

# gear version
VERSION = [3, 1, 0]
VERSION = [3, 1, 1]

self = sys.modules[__name__]
self.menu_id = None
Expand Down
2 changes: 1 addition & 1 deletion mgear.status
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MGEAR_VERSION [3, 1, 0]
MGEAR_VERSION [3, 1, 1]
MGEAR_MAJMIN_VERSION 3.1

3 changes: 1 addition & 2 deletions releaseLog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Log
===========

3.1.0
3.1.1
-----
**New Features**
* shifter_classic_components: New Component: chain_IK_with_variable FK and stack connection [shifter_classic_components#43]
Expand All @@ -22,7 +22,6 @@ Release Log
* Synoptic: Fix refresh needed on togglButtons and on visibility/control tabs [synoptic#13]

**Bug Fix**
* mgear_core: applyop stretch: component using squash stretch solver explodes when max stretch above 1.5 [mgear_core#30]
* mgear_core: attribute module log error wrong flags [mgear_core#29]
* shifter_classic_components: chain FK with variable IK the extreme controls should not be on 0 or 1.0 of the path [shifter_classic_components#45]

Expand Down

0 comments on commit 1a15f28

Please sign in to comment.