Blender Git Loki
Git Commits -> Revision 825430c
Revision 825430c by Campbell Barton (master) May 3, 2017, 12:03 (GMT) |
Cleanup: move off-screen drawing to view3d_draw.c Since offscreen drawing now uses draw engine, this doesn't need to be considered legacy. Note that there are some calls into view3d_draw_legacy.c from view3d_draw.c this is generally not accepted, so its only dont where there are checks for new/old engine. Functions exposed to do this use a VP_deprecated prefix. |
Commit Details:
Full Hash: 825430c589e80ee0bfd5ebdee1ce855e81ff76db
Parent Commit: a2a436b
Lines Changed: +458, -396