[Bf-blender-cvs] CVS commit: blender/source/blender/include blendef.h blender/source/blender/src buttons_editing.c vpaint.c
Ton Roosendaal
ton at blender.org
Thu Jun 29 15:46:40 CEST 2006
ton (Ton Roosendaal) 2006/06/29 15:46:39 CEST
Modified files:
blender/source/blender/include blendef.h
blender/source/blender/src buttons_editing.c vpaint.c
Log:
Bugfix #4530
Weightpaint fix.
Weight painting was recoded in 2.40 to support all features from vertex
paint. That code uses a 'soft' brush by default, which makes it impossible
to assign exact weight values on a single click (which used to be possible)
I've made that an option now, so you can disable it for single-click setting
of values on vertices within the brush (if 'use vertex distances' is
set, of course).
Revision Changes Path
1.53 +2 -1 blender/source/blender/include/blendef.h
<http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/blendef.h.diff?r1=1.52&r2=1.53&cvsroot=bf-blender>
1.259 +12 -9 blender/source/blender/src/buttons_editing.c
<http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/buttons_editing.c.diff?r1=1.258&r2=1.259&cvsroot=bf-blender>
1.67 +5 -3 blender/source/blender/src/vpaint.c
<http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/vpaint.c.diff?r1=1.66&r2=1.67&cvsroot=bf-blender>
More information about the Bf-blender-cvs
mailing list