Files
test2/source/blender/include
Nicholas Bishop 8cf2d5ca4a == Sculpt Mode ==
Added a new input control that smooths the brush stroke.

This option controlled by the menu item Sculpt>Input Control>Smooth Stroke. When enabled, the brush has a delayed effect on the model; a green line is drawn to indicate the smoothed path of the stroke. After ~200 pixels, the first half of the stroke will be applied to the model; the process then repeats, with a new segment of the stroke being applied to the model after every 200 pixels. On mouse up, any remaining portion of the stroke will be applied.

Other changes:
* Added a flags field to SculptData; currently only used for smooth stroke but other flags can be moved into it
* Moved the damaged_rects/verts into SculptSession
* Simplified brush application by moving init_editdata into do_symmetrical_brush_actions
* Removed Averaging from sculpt Input menu; smooth stroke should take its place

TODO:
* Fix display of the smooth line in Partial Redraw mode
* Make the smoothing and delay factors adjustable
* Optimize the stroke application (currently using the old 'dot' style of applying the brush)
2007-06-24 22:28:28 +00:00
..
2007-06-14 14:36:27 +00:00
2007-06-24 22:28:28 +00:00
2006-12-20 17:57:56 +00:00
2006-06-08 19:05:58 +00:00
2007-06-18 07:41:21 +00:00
2007-04-25 11:57:02 +00:00
2007-01-12 02:34:47 +00:00
2007-06-10 14:06:34 +00:00
2006-11-08 15:22:58 +00:00
2005-03-09 19:45:59 +00:00
2006-01-29 22:25:53 +00:00
2004-10-06 18:55:00 +00:00
2007-03-15 12:34:44 +00:00
2007-01-12 01:13:27 +00:00
2007-04-05 12:42:07 +00:00
2005-03-09 19:45:59 +00:00
2006-12-20 17:57:56 +00:00
2007-01-07 19:33:00 +00:00
2005-12-18 13:46:01 +00:00
2006-01-23 22:05:47 +00:00
2007-03-02 18:15:41 +00:00
2006-12-20 17:57:56 +00:00
2007-06-14 14:36:27 +00:00
2005-06-11 05:30:14 +00:00
2003-03-24 01:46:05 +00:00
2007-04-14 13:18:24 +00:00
2006-12-20 17:57:56 +00:00
2007-03-25 23:54:39 +00:00
2006-12-31 15:38:14 +00:00
2006-11-11 22:35:40 +00:00
2007-03-19 07:32:36 +00:00
2007-05-08 10:15:51 +00:00
2006-12-26 10:18:38 +00:00
2007-06-10 21:51:11 +00:00
2006-02-19 14:55:16 +00:00
2007-06-23 06:56:16 +00:00