blender/release/scripts/startup
Nicholas Bishop 1de76baf88 Add BMesh and WM symmetrize operators
* The symmetrize operation makes the input mesh elements symmetrical,
  but unlike mirroring it only copies in one direction. The edges and
  faces that cross the plane of symmetry are split as needed to
  enforce symmetry.

* The symmetrize operator can be controlled with the "direction"
  property, which combines the choices of symmetry plane and
  positive-negative/negative-positive. The enum for this is
  BMO_SymmDirection.

* Added menu items in the top-level Mesh menu and the WKEY specials
  menu.

* Documentation:
  http://wiki.blender.org/index.php/User:Nicholasbishop/Symmetrize

* Reviewed by Brecht:
  https://codereview.appspot.com/6618059
2012-10-15 23:50:09 +00:00
..
bl_operators quiet clang static checker warning by returning an error for invalid situation getting an IDProp mapping from a PyObject. 2012-10-12 03:24:47 +00:00
bl_ui Add BMesh and WM symmetrize operators 2012-10-15 23:50:09 +00:00
keyingsets_builtins.py style cleanup: pep8 2012-10-08 08:28:05 +00:00