Blender Git Commit Log
Git Commits -> Revision df62deb
Revision df62deb by Sergey Sharybin (master) August 31, 2018, 12:06 (GMT) |
Remove CCGDM from PBVH The statement that PBVH needs to keep track of CCGDM is wrong, PBVH itself does not care about CCGDM at all, and it's weird for it to carry on this beast so others can access. Even more, nobody will actually caring about CCGDM itself, all the usages were checking whether there is CCGDM or not. This is as good as simply checking PBVH type. Tested with an original report T53551 and everything is still stable. |
Commit Details:
Full Hash: df62deb0a7602878cc5367c0c7d3e3ac723a76c5
Parent Commit: 671c54f
Lines Changed: +34, -47
5 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+0, -10) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+3, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+31, -23) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+0, -10) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+3, -10) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+31, -23) (Diff)