Blender Git Commit Log

Git Commits -> Revision 63f84e7

Revision 63f84e7 by Jason Wilkins (soc-2010-jwilkins)
June 5, 2010, 03:14 (GMT)
* disabling symmetry feathering and clipping. more research is needed before I can make it work right, dropping it until later
* "Lock Brush Size" takes the current brush size, and keeps it the same size no matter how the object is viewed.
* Zooming in and out dynamically resizes the brush retical. This also lays the foundation for a fancy brush retical ala Sculptris
* commented out a couple of unused fields from struct Sculpt. This struct adds so little, should be unified with Paint later
* made the hard limit for brush size 1-2000, to allow it to grow to larger than the screen when using lock size. UI soft limit is still 1-200

Commit Details:

Full Hash: 63f84e789f534430ded7c716b2096532de745126
SVN Revision: 29232
Parent Commit: e999d99
Lines Changed: +204, -67

9 Modified Paths:

/release/scripts/ui/space_view3d_toolbar.py (+5, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+96, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+81, -55) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+12, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021