Blender Git Loki
Git Commits -> Revision 728687c
Revision 728687c by Antonis Ryakiotakis (master) September 3, 2014, 10:14 (GMT) |
Texture painting: Free draw objects instead of tagging object update and doing recalculation of derived meshes. The reason is that if user deletes all slots and tries to paint, the system will invalidate the cached in projection painting derivedmesh. This will promptly crash. Invalidating the draw objects only is also much cheaper. |
Commit Details:
Full Hash: 728687c571e72e942cdcfbdd241de494161a36a4
Parent Commit: 16dc208
Lines Changed: +9, -4