Blender Git Loki
Git Commits -> Revision dad4703
Revision dad4703 by Bastien Montagne (master) June 26, 2018, 09:43 (GMT) |
Fix T55320: Sculpt Mode with dyntopo and smooth shading drawing bug. We have to discard the batch in smooth case, because we are modifying the index buffer (flat shading don't need it, only changes vertex buffer on redraw, which is safe). Many thanks to @fclem for his help on debuging/understanding what was wrong here! |
Commit Details:
Full Hash: dad4703ec577adccd252151fc893a24e023ec587
Parent Commit: 42fde5d
Lines Changed: +4, -1
1 Modified Path:
/source/blender/gpu/intern/gpu_buffers.c (+4, -1) (Diff)