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
-
2013, 2012, 2011, 2010, 2009, 2008, 7.x, 4.x
Operating Systems
History
Created: | 01/18/2006 |
Last Modified: | 04/16/2013 |
File Size: | 73.3 KB |
Bugs (1 reported)
Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
04/17/2011 | high | No $listCmd or $plugExt set within aa_pluginLoader() | Closed |
Bugs
No $listCmd or $plugExt set within aa_pluginLoader()
Status | closed |
---|---|
Priority | high |
Date | 04/17/2011 |
Submitted by | |
The problem was that $listCmd and $plugExt didn't get set. My solution was the following:
Replace the code:
if (`about -os` == "nt"){ $listCmd = "dir/D/B"; $plugExt = ".mll";}
with:
$listCmd = "dir/D/B"; $plugExt = ".mll";
Another solution could be to just add the following line (instead of the previous):
if (`about -os` == "win64"){ $listCmd = "dir/D/B"; $plugExt = ".mll";}
But I would recommend the first solution
Comments on this bug:
-
Alin Sfetcu said almost 14 years ago:
first "solution" will render script useless on Mac and Linux. please download the corrected version (0.5e) thank you Alin -
O4web said almost 14 years ago:
why would it render it useless? On mac and linux it should set $listCmd and $plugExt according to the OS afterwards, because the following lines follow: if (($os == "linux") || ($os == "linux64")) { $listCmd = "ls"; $plugExt = ".so"; } if ($os == "mac"){ $listCmd = "ls"; $plugExt = ".bundle";} Using my first solution the $listCmd and $plugExt will always be set. So if the OS is not recognized by the following 2 if clauses, your script will assume it's a windows. If you don't want that, then maybe you could check if $listCmd and $plugExt are set, in case they are not: notify: aa_alertv("OS not recognized", "OS not recognized please contact aSfetcu@gmail.com");
Post a comment:
Report a bug
Related Items:
-
Elephant 3d textured model 3ds max and maya scene files 3D Model
$30.00 (USD) -
Animated Olympic Fire 2014 (Maya) 3D Model
$69.00 (USD) -
Gradient Data Manager script for Maya for Maya 1.1.1 (maya script)
$20.00 (USD) -
"Rapid Rig: Poser" for Maya for Maya 2.0.9 (maya script)
$20.00 (USD) -
Wireform for Maya 2020-2023 1.0.0 for Maya (maya plugin)
$49.00 (USD) -
Maya sdd_UIDesigner stand-alone 2.1.0 for Maya (maya script)
$20.00 (USD)