Blender Git Loki
Git Commits -> Revision 4c3b444
Revision 4c3b444 by Joseph Eagar October 1, 2020, 12:00 (GMT) |
it compiles |
Commit Details:
Full Hash: 4c3b444c85e3c5686ffc32c915b6c1cf1c9545ea
Parent Commit: cd24c4b
Lines Changed: +2869, -2396
32 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+19, -0) (Diff)
/source/blender/blenkernel/intern/paint.c (+6, -4) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+94, -3) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/pbvh_trimesh.c (+14, -8) (Diff)
/source/blender/blenlib/intern/BLI_threadsafe_mempool.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_hide.c (+92, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2127, -2335) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+23, -23) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mask.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_mask_expand.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+48, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_transform.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+94, -1) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_buffers.h (+10, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+272, -1) (Diff)
/source/blender/trimesh/intern/trimesh_conv.c (+21, -4) (Diff)
/source/blender/trimesh/intern/trimesh_log.c (+5, -4) (Diff)
/source/blender/trimesh/intern/trimesh_private.h (+1, -1) (Diff)
/source/blender/trimesh/trimesh.h (+19, -5) (Diff)
/source/blender/blenkernel/intern/paint.c (+6, -4) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+94, -3) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+6, -6) (Diff)
/source/blender/blenkernel/intern/pbvh_trimesh.c (+14, -8) (Diff)
/source/blender/blenlib/intern/BLI_threadsafe_mempool.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_hide.c (+92, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2127, -2335) (Diff)
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+23, -23) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_color.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mask.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_mask_expand.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_multiplane_scrape.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+48, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_transform.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+94, -1) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_buffers.h (+10, -0) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+272, -1) (Diff)
/source/blender/trimesh/intern/trimesh_conv.c (+21, -4) (Diff)
/source/blender/trimesh/intern/trimesh_log.c (+5, -4) (Diff)
/source/blender/trimesh/intern/trimesh_private.h (+1, -1) (Diff)
/source/blender/trimesh/trimesh.h (+19, -5) (Diff)