Blender Git Loki
Git Commits -> Revision cb97b07
Revision cb97b07 by Dalai Felinto (master) June 6, 2017, 14:20 (GMT) |
Draw Manager: Prevent misuse of static draw context This is supposed to help catch bugs if referrencing stack data out of the draw loop context. No change is suppose to happen for users (specially because the changes here happens mostly on debug). It includes a change in the logic for render loop, to make sure DST is not accessed before we enter it - contribution by Campbell Barton. |
Commit Details:
Full Hash: cb97b07e23d37acceff9c487fbed6c3d3c21d370
Parent Commit: ae6bfe9
Lines Changed: +38, -11