Hey to all, I was wondering if anyone knew of a simple script that would allow me to select two mesh's, and with a simple click of a button, center their pivot and move them together so that they're overlapping in (preferably the low poly to the high poly) position? The reason I ask this, is because when I'm sculpting…
the macrorecorder should help with getting a script that at least does parts of what you need. dont have time to give it a try right now, but sounds fairly doable.
( if $selection!=undefined then ( Obj1=$selection[1] Obj2=$selection[2] Obj1.pivot = Obj1.center Obj2.pivot = Obj2.center Obj2.transform = Obj1.transform ) ) Should do what you want.
Open the listener, paste the text into the listener. Select the text, and drag and drop in to a toolbar. (Make sure you drop it onto a toolbar and not the empty space after the tool bar.) After that you can set a hot key in the "Drag and Drop" category of the Customize dialog.