Is there a way to center the pivot of an object without the use of xform
?
I really would like to try and find a pyMel version of this, or the maya api, as xform is generally 10x slower than a pymel or api solution.
Obviously you can achieve it with xform like so:
xform(obj, cp=1)
But I'm trying to find another way, does anyone know anything?