Blender Git Commit Log
Git Commits -> Revision 748b216
Revision 748b216 by Jason Wilkins (soc-2010-jwilkins) June 17, 2010, 10:55 (GMT) |
* reduced strength of thumb brush * fixed MSVC warnings: ** removed unused FLATTEN_SAMPLE_SIZE from source, its no longer used ** use automatic memory for BoundBox bb in sculpt_get_redraw_planes ** quieted warning about unused parameter in update_cb ** sculpt_undo_get_node, sculpt_undo_push_end and sculpt_undo_push_begin do not use their SculptSession parameters ** rewrote 'non-constant agregate initializers' because they are not standard C ** changed the vert parameter of neighbor_average from int to unsigned to prevent mismatch ** do_brush_action doesn't need its cache parameter ** removed unused parameter 'C' from sculpt_update_cache_invariants ** sculpt_brush_stroke_init_properties doesn't use its SculptSession parameter ** in over_mesh, no need to cast return value of sculpt_stroke_get_location to int, it already returns an int ** sculpt_stroke_done doesn't use its 'stroke' parameter ** sculpt_set_persistent_base and sculpt_toggle_mode do not used their wmOperator parameters * broke sculpt undo functions out into their own file sculpt_undo.c |
Commit Details:
Full Hash: 748b216e0b3fc702c6ddfbcf36c6ee40371b646d
SVN Revision: 29521
Parent Commit: 6129aaa
Lines Changed: +523, -461
1 Added Path:
/source/blender/editors/sculpt_paint/sculpt_undo.c (+370, -0) (View)