Skip to content

Commit

Permalink
Incremented Mimic version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanatherton committed Dec 2, 2019
1 parent ae9d6f9 commit 6888e83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
10 changes: 5 additions & 5 deletions mimic.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
+ MAYAVERSION:2016 mimic 1.3.0 ../modules/mimic
+ MAYAVERSION:2016 mimic 1.4.0 ../modules/mimic
MAYA_SHELF_PATH +:= shelves/2016
PYTHONPATH +:= scripts/extern

+ MAYAVERSION:2016.5 mimic 1.3.0 ../modules/mimic
+ MAYAVERSION:2016.5 mimic 1.4.0 ../modules/mimic
MAYA_SHELF_PATH +:= shelves/2016
PYTHONPATH +:= scripts/extern

+ MAYAVERSION:2017 mimic 1.3.0 ../modules/mimic
+ MAYAVERSION:2017 mimic 1.4.0 ../modules/mimic
MAYA_SHELF_PATH +:= shelves/2017
PYTHONPATH +:= scripts/extern

+ MAYAVERSION:2018 mimic 1.3.0 ../modules/mimic
+ MAYAVERSION:2018 mimic 1.4.0 ../modules/mimic
MAYA_SHELF_PATH +:= shelves/2018
PYTHONPATH +:= scripts/extern

+ MAYAVERSION:2019 mimic 1.3.0 ../modules/mimic
+ MAYAVERSION:2019 mimic 1.4.0 ../modules/mimic
MAYA_SHELF_PATH +:= shelves/2019
PYTHONPATH +:= scripts/extern

Expand Down
2 changes: 1 addition & 1 deletion mimic/scripts/mimic_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Mimic information!
MIMIC_MODULE_NAME = 'Mimic'
MIMIC_VERSION_MAJOR = 1 # Must coincide with version in mimic.mod
MIMIC_VERSION_MINOR = 3 # Must coincide with version in mimic.mod
MIMIC_VERSION_MINOR = 4 # Must coincide with version in mimic.mod
MIMIC_VERSION_PATCH = 0 # Must coincide with version in mimic.mod

# Robots
Expand Down
12 changes: 2 additions & 10 deletions mimic/shelves/2018/shelf_Mimic.mel
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ global proc shelf_Mimic () {

shelfButton
-enableCommandRepeat 1
-flexibleWidthType 3
-flexibleWidthValue 32
-enable 1
-width 35
-height 34
-height 35
-manage 1
-visible 1
-preventOverride 0
-annotation "Launches Mimic Robot UI"
-enableBackground 0
-backgroundColor 0 0 0
-highlightColor 0.321569 0.521569 0.65098
-align "center"
-label "Mimic UI"
-labelOffset 0
Expand All @@ -41,18 +37,14 @@ global proc shelf_Mimic () {
;
shelfButton
-enableCommandRepeat 1
-flexibleWidthType 3
-flexibleWidthValue 64
-enable 1
-width 35
-width 34
-height 34
-manage 1
-visible 1
-preventOverride 0
-annotation "Launches mFIZ UI"
-enableBackground 0
-backgroundColor 0 0 0
-highlightColor 0.321569 0.521569 0.65098
-align "center"
-label "mFIZ UI"
-labelOffset 0
Expand Down

0 comments on commit 6888e83

Please sign in to comment.