Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'RB-2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Aug 31, 2017
2 parents f3c3e2d + 8a5a680 commit 56230cb
Show file tree
Hide file tree
Showing 12 changed files with 6,631 additions and 5,270 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Originally mGear was design and develope by Jeremie Passerin , since 2013 Miquel

MGEAR is under the terms of the MIT License

Latest release: 2.2.3 ( Release Log: https://miquelcampos.github.io/mgear/releaseLog.html)
*Latest release: 2.2.4 ( Release Log: https://miquelcampos.github.io/mgear/releaseLog.html)

For the official release, with compiled solvers and example data please download mGear from: https://gumroad.com/l/mgear

Expand Down
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 = (2, 2, 3)
version = (2, 2, 4)
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
5 changes: 5 additions & 0 deletions docs/source/releaseLog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Log
===========

2.2.4
-----
**Enhancements**
* Issue #50: Global scale and size of controllers.

2.2.3
-----
**Enhancements**
Expand Down
7,798 changes: 4,073 additions & 3,725 deletions scripts/mgear/maya/shifter/component/_templates/biped_guide.ma

Large diffs are not rendered by default.

Loading

0 comments on commit 56230cb

Please sign in to comment.