Blender Git Loki

Git Commits -> Revision a811d80

Revision a811d80 by Nicholas Bishop (master)
January 7, 2009, 04:38 (GMT)
Changes/cleanup for sculptdata and brushes. Summary:
* Removed texfade, wasn't a very useful option (same result can be created with the falloff curve)
* Removed CurveMapping from sculptdata, moved instead to Brush
* Removed rake field from sculptdata, moved to Brush.flag
* Moved Anchored flag from sculpt to Brush, same for direction field
* Removed BrushData, replaced usages with the regular Brush type
* Removed hardcoded brushes and brush_type from sculptdata, replaced with a pointer to the current Brush
* Made sculpt tool type settable in Brush
* Changed symmetry and axis lock fields to flags

Commit Details:

Full Hash: a811d802dd96a2dc93885a1dab46004084386030
SVN Revision: 18393
Parent Commit: 23e3fdb
Lines Changed: +198, -226

10 Modified Paths:

/source/blender/blenkernel/BKE_brush.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+37, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -34) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -22) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -2) (Diff)
/source/blender/editors/sculpt/sculpt.c (+80, -100) (Diff)
/source/blender/editors/sculpt/sculpt_intern.h (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+11, -11) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+20, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+14, -51) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021