Blender Git Commit Log
Git Commits -> Revision 5117cf8
Revision 5117cf8 by Jason Wilkins (soc-2010-jwilkins) June 2, 2010, 11:06 (GMT) |
* no longer uses fixed size texcache for textures. - this means textures aren't cached which will effect performance. - we'll get it back later without losing any quality * unprojecting object coordinates for the tiled texture mode should be floating point, not integers * Both of these previous changes "fix" the anchor brush and tiled texture modes * Changed tiled mode to not scale the texture according to the brush size. Later will add controls to transform this into a mudbox like stencil mode. * Added a slider to bias the value of the texture so it can have negative values (sinks texture into the model) * Corrected spacing distance slider to be percentage of diameter, not radius. Changed tooltip to be more clear. * Changed tooltip for brush size to indicate that it is the radius, not the diameter * increased max spacing back up to 500%, I'll be refactoring this control later * fixed problem with anchor brush updating the screen properly when you made it large and then shrink it down again. |
Commit Details:
Full Hash: 5117cf8702c13541fff37596462abdbc1e964c48
SVN Revision: 29154
Parent Commit: 615b28f
Lines Changed: +70, -37
6 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+11, -7) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+39, -20) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -7) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+39, -20) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -7) (Diff)