Blender Git Commit Log

Git Commits -> Revision 1dcc741

November 3, 2021, 19:15 (GMT)
temp-sculpt-colors: commit patch

Commit Details:

Full Hash: 1dcc741f433367b32ca2b7557bc4160f05e985c6
Parent Commit: 6cf734a
Lines Changed: +657, -242

44 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_mesh.py (+7, -41) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+2, -8) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+0, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+1, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_data_transfer.h (+12, -4) (Diff)
/source/blender/blenkernel/BKE_paint.h (+6, -0) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+4, -5) (Diff)
/source/blender/blenkernel/intern/brush.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/data_transfer.c (+5, -2) (Diff)
/source/blender/blenkernel/intern/paint.c (+75, -14) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+41, -6) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+13, -0) (Diff)
/source/blender/draw/engines/workbench/workbench_engine.c (+3, -15) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+2, -4) (Diff)
/source/blender/draw/intern/mesh_extractors/extract_mesh_vbo_vcol.cc (+21, -23) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+1, -0) (Diff)
/source/blender/editors/object/object_bake_api.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_hide.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+166, -24) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_detail.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_expand.c (+7, -6) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+11, -4) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mask.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+7, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_mask_expand.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_mask_init.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+30, -12) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+6, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt_transform.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+135, -19) (Diff)
/source/blender/editors/space_node/drawnode.cc (+1, -2) (Diff)
/source/blender/gpu/GPU_buffers.h (+5, -2) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+44, -11) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+0, -4) (Diff)
/source/blender/modifiers/intern/MOD_datatransfer.c (+17, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_vertex_color.c (+1, -5) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021