Hi Quaritexa,
re:
> How to flip (vertical/horizontal) selection in viewports by clicking just one hotkey?
Probably the best way would be to make a customized version of the Transform > Mirror command (Mirror.js).
Instead of picking points for the mirror line you would want to fill in the mirror factory's inputs with points calculated off of the object's bounding box.
The mirror factory inputs go like this:
0 : Object list - objects to mirror
1 : CoordinateFrame - First point and plane for mirror line
2 : Point - Second point of mirror line.
3 : Bool - Whether to delete input objects or not.
- Michael
|