Hi Nate,
re:
> Is there an argument (or existing script) that makes BoundingBoxCenter operate per-object in a multiselection?
Try the attached script.
> Also, is it possible to concatenate actions in a hotkey command?
> e.g. Copy > Paste > Move BoundingBoxCenter ?
Not really, right now you would make a script to do something like that, and inside the script you would combine the script code that's inside the Copy, Paste, and Move commands instead of calling those commands in sequence.
In the future I would like to set up a method for stringing things together at the command level too though.
For the particular case of Copy to clipboard, Paste and Move you would probably just use the Transform > Copy command instead.
Thanks, - Michael
|