- changed status to resolved
Add -point option to mirror shell command
Issue #162
resolved
In the GUI you can mirror using either a box or a point.
In the shell only the box option is available.
Maybe default behavior should be to mirror using the specified axis through (0,0).
Comments (6)
-
repo owner -
repo owner It's now implemented a little different that you specified. This is because you don't really need a point, just a distance from the axis, so you would do
mirror objectName -axis Y -dist 2.0
-
reporter Does it work without the -dist? Did it always?
-
repo owner I just added it!
-
reporter No, I mean you always had the -axis in there. I never tested using it without -box to see if it would just mirror around the specified axis at (0,0).
-
repo owner I don't remember, but probably didn't work without the box.
- Log in to comment
Fixes
#162→ <<cset 16a9f8bd37d5>>