Go to file
Campbell Barton 264e132cfa fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for center bones
normalize function simply wasn't called on the mirror vertex.

also fix 3 other bugs / inconsistencies

* when mirror is enabled, center verts get themselves as the mirror vertex, wpaint code didn't check for this case, mirroring the vertex to it self (would work, but unneeded).
* normalizing after painting would scale the active weight too, now keep the painted weight and adjust others when normalizing.
* VP_ONLYVGROUP wasn't respected for mirror (mirror vertex group would always be added).
2012-01-13 05:52:34 +00:00
build_files when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00
doc remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
extern Fixing FreeBSD x64 build 2012-01-12 19:38:08 +00:00
intern Fix #29860: cycles musgrave scale input not working correct. 2012-01-12 17:13:56 +00:00
release Fix some RNA/scene issuess with unified paint settings. 2012-01-12 21:48:08 +00:00
source fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for center bones 2012-01-13 05:52:34 +00:00
CMakeLists.txt Some small fixes to get things compiling on solaris with cmake. 2012-01-12 16:31:27 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct option to build without remesh modifier for cmake and scons 2011-12-31 03:34:44 +00:00