Copyright (c) 2025
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Compatibility
-
2016
Operating Systems
History
Created: | 07/30/2015 |
Last Modified: | 06/06/2016 |
File Size: | 23.3 MB |
Keywords
Bugs (9 reported) Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
04/20/2016 | low | may 2016 ext 2 | Closed |
04/16/2016 | high | Bake deform to FK not working in Maya win SP6 | Closed |
04/11/2016 | low | Tangent not select | Closed |
11/06/2015 | low | May9 1.6.3 breaks Xgen | Closed |
10/27/2015 | medium | userSetup.mel errors/warnings | Closed |
10/06/2015 | medium | ZMarkingMenu only showing up on main display | Closed |
10/06/2015 | high | Outliner/Sets dont show up | Closed |
09/28/2015 | low | Playback toggle not working (hotkey, command and menu) | Closed |
08/24/2015 | low | Missing Manipulator Tool | Closed |
Bugs
userSetup.mel errors/warnings
Status | closed |
---|---|
Priority | medium |
Date | 10/27/2015 |
Submitted by | CharlieWales |
1. When Preload DAG Menu Procedure there is a warning.
dagMenuProc("", "");
// Warning: file: C:/Program Files/Autodesk/Maya2016/scripts/others/dagMenuProc.mel line 2912: Menu doesn't exist. //
This hides the minor issue:
catchQuiet("dagMenuProc(\"\", \"\")");
2. Custom Run Time Command "DockedOutliners" errors out when docking the outliner:
//No window found
Next code solves the minor issue;
////////////////////////////////////////////////////////////////////////////////////////////////////
if ( `dockControl -ex $dockedOutliner` )
{
deleteUI -ctl $dockedOutliner;
}
global string $gMainWindow;
$horizontalLayout = `paneLayout -cn horizontal2 -ps 1 100 65 -ps 2 100 35 -p $gMainWindow`;
$dockedOutliner = `dockControl -l "Outliner / Quick Sets" -aa "left" -aa "right" -a "left" -w 230 -con $horizontalLayout`;
OutlinerWindow;
evalDeferred("control -e -p " + $horizontalLayout + " outlinerPanel1Window;");
evalDeferred("wl_quickSets;control -e -p " + $horizontalLayout + " wl_quickSetsWindow;");
inViewMessage -pos topCenter -msg "Outliner and Quick Sets docked to the left" -fade;
////////////////////////////////////////////////////////////////////////////////////////////////////
3. When sourcing "extractBlendShapes.mel" in userSetup.mel it also errors out:
// Error: file: c:/Users/USER/Documents/maya/2016/scripts/extractBlendShapes.mel line 52: No object matches name: //
extractBlendShape.main()
gets executed with no object selected so it stops usersSetup from continuing execution, so if you put more code after this source statement it does not get executed (which is my case).
This solves the error;
catchQuiet("source extractBlendShapes.mel");
Thanks and cheers.
Comments on this bug:
-
Davide Alidosi said about 9 years ago:
Hi Charlie, as always very TNX for help! Your fix are perfect and I have already included in 1.6.3. -
CharlieWales said about 9 years ago:
Cool! You are welcome.
Post a comment:
Report a bug
Related Items:
-
Curve Tools for Maya 1.3.0 (maya script)
$25.00 (USD) -
Nightshade UV Editor Pro for Maya 2.1.3 (maya script)
$39.90 (USD) -
"Rapid Rig: Advanced" - Auto Rig 2.3.8 for Maya (maya script)
$49.00 (USD) -
The Rigging Toolbox 2 for Maya 2.0.5 (maya script)
$35.00 (USD) -
Reference Wrangler for Maya 1.5.2 (maya script)
$20.00 (USD) -
JPose and Animation Tool for Maya 1.2.2 (maya script)
$20.00 (USD)