Blender Git Loki
Git Commits -> Revision 624994c
Revision 624994c by Jeroen Bakker (master) June 15, 2020, 14:47 (GMT) |
Fix T77496: Bones Custom Shapes Wires not drawn Lines loose extraction cannot happen on the fly as the render data isn't complete. This patch will do the lines loose subbuffer extraction as a simple task and not on the fly. This patch introduces 2 sub-types of tasks that are executed single threaded. `EXTRACT_MESH_EXTRACT` would do the extraction using Mesh/BMesh geometry. `EXTRACT_LINES_LOOSE` creates the `lines_loose` subbuffer from already cached `lines` IBO. Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7964 |
Commit Details:
Full Hash: 624994caa2544823a1c89a868e9bf6760f525269
Parent Commit: df1ff76
Lines Changed: +70, -37
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+70, -37) (Diff)