Copyright (c) 2024
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
-
2014, 2013, 2012, 2011, 2010
Bugs (1 reported) Help make this item even better. Your bug reports are appreciated!
Date | Priority | Title | Status |
---|---|---|---|
05/20/2015 | low | Pivot point align issue (+ fix) | Closed |
Bugs
Pivot point align issue (+ fix)
Status | closed |
---|---|
Priority | low |
Date | 05/20/2015 |
Submitted by | quebrado |
There is a bug when aligning by pivot point, the fix for which is this:
Current:
elif(curObjAln == 2):#Pivot Point
xPos = xPos + ((curObjPos[0] - curObjPiv[0]) / 2)
Should be:
elif(curObjAln == 2):#Pivot Point
xPos = xPos + ((curObjPos[0] - curObjPiv[0]))
and likewise for the equivalent y and z pos entries.
p.s. your script has really helped me understanding how to directly access a .ui file without conversion, so many thanks for that.
-Quebrado
Comments on this bug:
Post a comment:
Report a bug
Related Items:
-
Universal IK FK Switch and Match Tool (PRO) 3.1.0 for Maya (maya script)
$25.00 (USD) -
Automatic Hand Rigger 1.0.0 for Maya (maya script)
$30.00 (USD) -
Polygon Transform: Advanced 1.0.0 for Maya (maya script)
$20.00 (USD) -
UV Texture Editor Tools Ur-edition for Maya 2.1.2 (maya script)
$39.00 (USD) -
Nightshade UV Editor Pro for Maya 2.1.3 (maya script)
$39.90 (USD) -
Merge Meshes 1.0.0 for Maya (maya script)
$20.00 (USD)