Blender Git Loki
Git Commits -> Revision 72e2a0c
Revision 72e2a0c by Campbell Barton (master) January 2, 2019, 14:08 (GMT) |
Cleanup: py-gpu error checks Move gpu initialization checks to the start of each function instead of mixing with argument parsing. |
Commit Details:
Full Hash: 72e2a0cfb6f8e4d21b33982bbd572f10c20e947c
Parent Commit: d07bc44
Lines Changed: +20, -13
6 Modified Paths:
/source/blender/python/gpu/gpu_py_api.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_api.h (+4, -1) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+6, -5) (Diff)
/source/blender/python/gpu/gpu_py_api.h (+4, -1) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+3, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+6, -5) (Diff)