Blender Git Loki

Git Commits -> Revision 8933363

December 24, 2014, 13:42 (GMT)
Vertex painting PBVH refactor:

Refactor PBVH off SculptSession and in a separate PaintSession struct
Entering Vertex painting will generate a PBVH and vertex painting now
draws using PBVH.
Add stub vertex painting operator that will use PBVH.

Commit Details:

Full Hash: 89333638a8cc4aeb2eae2a1bd48f71396672aeb4
Parent Commit: 0fcf9b2
Lines Changed: +906, -396

1 Added Path:

/source/blender/editors/sculpt_paint/paint_vertex_pbvh.c (+392, -0) (View)

24 Modified Paths:

/source/blender/blenkernel/BKE_paint.h (+19, -9) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+25, -15) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+8, -3) (Diff)
/source/blender/blenkernel/intern/multires.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/object.c (+9, -8) (Diff)
/source/blender/blenkernel/intern/paint.c (+51, -31) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+8, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_cursor.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_hide.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+3, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+30, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+283, -255) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+38, -31) (Diff)
/source/blender/editors/space_info/info_stats.c (+3, -3) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+10, -10) (Diff)
/source/blender/makesdna/DNA_object_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sculpt_paint.c (+7, -7) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021