Blender Git Loki
Git Commits -> Revision 3c4a16a
Revision 3c4a16a by Jeroen Bakker (master) June 6, 2019, 06:38 (GMT) |
Python: GPU Offscreen Rendering When using python offscreen rendering the background was not drawn in EEVEE. Users would expect that when calling the `draw_view3d` method that it shows the same as in the 3d viewport. Seems to be a difference between the meaning of draw_background in b279 and b280. In B279 the world background would be drawn. In B280 the transparency is changed. Reviewed By: campbellbarton, fclem Maniphest Tasks: T61768 Differential Revision: https://developer.blender.org/D5022 |
Commit Details:
Full Hash: 3c4a16acc5b3bbb0aea9ae679bcdc0bf10cc5db1
Parent Commit: d7e7452
Lines Changed: +1, -1
1 Modified Path:
/source/blender/python/gpu/gpu_py_offscreen.c (+1, -1) (Diff)