Blender Git Loki
Git Commits -> Revision cd49408
Revision cd49408 by Jeroen Bakker (master) December 7, 2021, 10:30 (GMT) |
Fix crash when switching back from render preview. Issue is that external engine uses the gpu info. but overwrote the instance data. The draw manager would then detect instance data and required the engine type to have a instance free callback. The solution is to save some space in the engine data to hold an empty and unused instance_data attribute to comply with `ViewportEngineData` struct. |
Commit Details:
Full Hash: cd494087c1f214771d952d110ed2a1a685e7ec28
Parent Commit: b069218
Lines Changed: +4, -0