-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed progress window status to static "Progress:" because the bar already shows percentage; Only update every 2% (should increase performance in theory) * Reverted to updating progress every 1% * mimic_utils.get_maya_framerate now handles arbitrary framerate settings * Fixed pyqtgraph discrepancies by introducing multiple versions. mimic.mod automatically chooses correct pyqtgraph to import based on Maya version * added robot def image to reference * Add user prefs (#22) * Implement basic preference management * Fix bug that stops user from setting sample rate * Fix "Get Axis Limits" bug * Fix postproc display/selection bug Create unique postproc ui identifiers for mimic ui and prefs ui windows. Create wrappers around existing code to update ui elements separately. * Create "PostProcessor" tab * Add "Advanced" tab * Add documentation and squash bugs * Remove extra shelf icon * Clear user prefs json file * Added Prefs header to Prefs UI; Fixed sample rate string bug - converted input field to floatField; Updated shelves for Maya 2016-2020 including new icons * Updated program start and end frame minimum value to allow for larger negative values * Load preferences BEFORE drawing UI * Changed no rig error to warning so Mimic UI still launches * Updated docs and prepped for release Release v1.5.0 Co-authored-by: hsouders <harry@vtprodesign.com>
- Loading branch information
1 parent
ef75e1e
commit 81096d8
Showing
771 changed files
with
67,777 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ unittests.py | |
|
||
ignore/ | ||
releases/ | ||
numpy/ | ||
|
||
*.ma.swatches | ||
*.swatches | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,37 @@ | ||
+ MAYAVERSION:2016 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2016 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2016 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0_dev0 | ||
|
||
+ MAYAVERSION:2016.5 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2016.5 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2016 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0_dev0 | ||
|
||
+ MAYAVERSION:2017 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2017 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2017 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0_dev0 | ||
|
||
+ MAYAVERSION:2018 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2018 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2018 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0_dev0 | ||
|
||
+ MAYAVERSION:2019 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2019 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2019 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0_dev0 | ||
|
||
+ MAYAVERSION:2020 mimic 1.4.1 ../modules/mimic | ||
+ MAYAVERSION:2020 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2020 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0 | ||
|
||
+ MAYAVERSION:2022 mimic 1.5.0 ../modules/mimic | ||
MAYA_SHELF_PATH +:= shelves/2022 | ||
PYTHONPATH +:= scripts/extern | ||
PYTHONPATH +:= scripts/extern/pyqtgraph_0_11_0 | ||
|
||
+ mFIZ 1.0.0 ../modules/mFIZ | ||
PYTHONPATH +:= scripts/mFIZ_extern |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.