Blender Git Commit Log
Git Commits -> Revision 82e3302
Revision 82e3302 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 21, 2017, 14:28 (GMT) |
Create a cache to drawing objects Due speciall requirements for 2D drawing, the GP objects must be drawn after be sorteed by zdepth value. We cannot use a simple GPU zdepth because this override the current layer/strokes order and the artists need to keep these controls as primary sorting method instead of GPU zdepth. |
Commit Details:
Full Hash: 82e3302f448a153011259a776ed38d7ff4f3b6e3
Parent Commit: 62a8d9f
Lines Changed: +109, -2