Blender Git Commit Log
Git Commits -> Revision 1e647a5
Revision 1e647a5 by Germano Cavalcante (master) September 27, 2018, 03:22 (GMT) |
Python GPU module: replace `PyArg_ParseTupleAndKeywords` by `_PyArg_ParseTupleAndKeywordsFast` part of T47811 ("for faster argument parsing"). |
Commit Details:
Full Hash: 1e647a570d9c42de915bc1204ff21ea5fa4e6b17
Parent Commit: d559eaf
Lines Changed: +46, -42
5 Modified Paths:
/source/blender/python/gpu/gpu_py_batch.c (+8, -9) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+19, -14) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+7, -6) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+8, -9) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+4, -4) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+19, -14) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+7, -6) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+8, -9) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+4, -4) (Diff)