Hi!
I would like to ask for help to alter a script that I use to center pivot and move it to the bottom of the object.
if selection.count != 0 then
selection.pivot = [selection.center.x, selection.center.y, selection.min.z]
else messagebox "Pick at least one object!" title:"Warning" beep:false
Before going further, I would like to address a flaw in this script - It won't work on multiple selected items, so if someone can fix that, I would be very thankful.
Now, to the request, if I may :)