Blender Git Commit Log
Git Commits -> Revision f889050
Revision f889050 by Campbell Barton (master) March 20, 2019, 05:50 (GMT) |
Fix T62757: Mirror operator fails for non-modal execution Unlike most transform operators that use an orientation and values, Mirror uses the constraint axes to define which axes are mirrored. Now constraint axes are shown in this case. Other changes: - Use 'EXEC_DEFAULT' for mirror menu items. - Show mirror on local axis when not in edit-mode since this is useful in object mode too. - Remove mirror vertex groups since this is in the vertex group menu and this menu isn't currently used for general symmetry operators which are currently in other menus. |
Commit Details:
Full Hash: f889050aea70c2ff3c36c8c8600dd2b02d5e9f91
Parent Commit: dc80015
Lines Changed: +28, -39