Blender Git Commit Log
Git Commits -> Revision cb67873
Revision cb67873 by Campbell Barton (master) August 17, 2017, 22:43 (GMT) |
PyAPI: Iniital gawain API for Python Wraps vertex-format, vertex-buffer and batch's (enough for drawing). Doesn't yet expose index-buffers or shaders. |
Commit Details:
Full Hash: cb67873ac5215e8331ceadf98d80e740eaed28be
Parent Commit: 73df38a
Lines Changed: +1030, -0
5 Added Paths:
/source/blender/python/gawain/CMakeLists.txt (+47, -0) (View)
/source/blender/python/gawain/gwn_py_api.c (+63, -0) (View)
/source/blender/python/gawain/gwn_py_api.h (+30, -0) (View)
/source/blender/python/gawain/gwn_py_types.c (+812, -0) (View)
/source/blender/python/gawain/gwn_py_types.h (+67, -0) (View)
/source/blender/python/gawain/gwn_py_api.c (+63, -0) (View)
/source/blender/python/gawain/gwn_py_api.h (+30, -0) (View)
/source/blender/python/gawain/gwn_py_types.c (+812, -0) (View)
/source/blender/python/gawain/gwn_py_types.h (+67, -0) (View)