Blender Git Commit Log

Git Commits -> Revision 5505697

Revision 5505697 by Jason Wilkins (master)
July 14, 2010, 14:11 (GMT)
Merge GSOC Sculpt Branch: 28499-30319
https://svn.blender.org/svnroot/bf-blender/branches/soc-2010-jwilkins
See log of that branch for details.

Commit Details:

Full Hash: 5505697ac508c02b8a2e196c5a8c07431bc687cf
SVN Revision: 30325
Parent Commit: ae1748b
Lines Changed: +5244, -1379

1 Added Path:

/source/blender/editors/sculpt_paint/sculpt_undo.c (+302, -0) (View)

54 Modified Paths:

/intern/ghost/intern/GHOST_WindowCarbon.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+2, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+1, -1) (Diff)
/intern/ghost/SConscript (+1, -2) (Diff)
/release/scripts/ui/properties_data_modifier.py (+1, -0) (Diff)
/release/scripts/ui/properties_texture.py (+9, -10) (Diff)
/release/scripts/ui/space_userpref.py (+14, -0) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+399, -73) (Diff)
/source/blender/blenkernel/BKE_blender.h (+2, -2) (Diff)
/source/blender/blenkernel/BKE_brush.h (+10, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+74, -28) (Diff)
/source/blender/blenkernel/intern/colortools.c (+43, -13) (Diff)
/source/blender/blenkernel/intern/icons.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+3, -3) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+24, -2) (Diff)
/source/blender/blenlib/intern/math_geom.c (+40, -37) (Diff)
/source/blender/blenlib/intern/pbvh.c (+268, -53) (Diff)
/source/blender/blenloader/intern/readfile.c (+77, -0) (Diff)
/source/blender/editors/gpencil/gpencil_buttons.c (+1, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+3, -3) (Diff)
/source/blender/editors/interface/interface_icons.c (+12, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+59, -14) (Diff)
/source/blender/editors/interface/resources.c (+9, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+40, -38) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+64, -29) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+771, -45) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+5, -1) (Diff)
/source/blender/editors/sculpt_paint/SConscript (+8, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2235, -896) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+44, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_logic/logic_window.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+5, -5) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+97, -42) (Diff)
/source/blender/makesdna/DNA_color_types.h (+5, -2) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+32, -11) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+12, -1) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+364, -20) (Diff)
/source/blender/makesrna/intern/rna_image.c (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+22, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+39, -2) (Diff)
/source/blender/makesrna/SConscript (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+75, -24) (Diff)
/source/blender/windowmanager/SConscript (+2, -2) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+24, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021