Blender Git Commit Log
Git Commits -> Revision 1edf56e
Revision 1edf56e by Campbell Barton (master) April 29, 2013, 20:21 (GMT) |
fix [#35150] Crash when bmesh operation called from within a Panel draw() accessing a bmesh from python would reallocate all customdata layers. add an assert to BM_data_layer_free(), when its called unnecessarily since its reallocating all layers. |
Commit Details:
Full Hash: 1edf56e7a5998b5f2efdb4f96883556923376eb6
SVN Revision: 56396
Parent Commit: aa2a0e4
Lines Changed: +15, -6