Blender Git Loki
Git Commits -> Revision a40c48c
Revision a40c48c by Campbell Barton (apricot) June 13, 2008, 12:33 (GMT) |
Topology Mirror. Find mirror verts based on topology, ignoring vertex location, Currently works with transform and weight painting. Tested with 5 peach characters and Suzanne (without eyes), rely's on both verts being uniquely positioned in relation to the surrounding edge topology. useful when weight painting asymmetric characters. |
Commit Details:
Full Hash: a40c48ce78061ecf61b37b6219e369b23af0f752
SVN Revision: 15214
Parent Commit: 8286382
Lines Changed: +245, -8
8 Modified Paths:
/source/blender/include/BIF_meshtools.h (+2, -1) (Diff)
/source/blender/include/blendef.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+4, -2) (Diff)
/source/blender/src/editmesh.c (+1, -0) (Diff)
/source/blender/src/editmesh_mods.c (+2, -2) (Diff)
/source/blender/src/meshtools.c (+232, -2) (Diff)
/source/blender/src/transform_conversions.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+1, -0) (Diff)
/source/blender/include/blendef.h (+2, -0) (Diff)
/source/blender/src/buttons_editing.c (+4, -2) (Diff)
/source/blender/src/editmesh.c (+1, -0) (Diff)
/source/blender/src/editmesh_mods.c (+2, -2) (Diff)
/source/blender/src/meshtools.c (+232, -2) (Diff)
/source/blender/src/transform_conversions.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+1, -0) (Diff)