Adverti horiz upsell

Align Tool 1.2.0 for Maya (maya script)

Align objects tool like 3dsmax's one (with interactive feedback))

License
Button download
2,738 Downloads

Compatibility

  • 2014, 2013, 2012, 2011, 2010

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:08/19/2012
Last Modified:09/09/2015
File Size: 12.1 KB

Keywords

Align, matrix

Bugs

Pivot point align issue (+ fix)

Statusclosed
Prioritylow
Date05/20/2015
Submitted byquebrado quebrado
Hi, 

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 

Post a comment: