Blender Git Loki
Git Commits -> Revision b71b1ae
Revision b71b1ae by Germano Cavalcante (master) March 16, 2021, 15:48 (GMT) |
Python GPU: Improve the Python GPU API documentation This fixes some errors of continuity and consistency of formatting on https://docs.blender.org/api/current/gpu.html This also details the description of some parameters. Differential Revision: https://developer.blender.org/D10531 |
Commit Details:
Full Hash: b71b1ae384a3e8cda43bb005a1beeddbf30f86ed
Parent Commit: 6b6bcbe
Lines Changed: +88, -112
11 Modified Paths:
/source/blender/python/gpu/gpu_py_batch.c (+4, -12) (Diff)
/source/blender/python/gpu/gpu_py_buffer.c (+13, -17) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+3, -6) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+5, -5) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+5, -5) (Diff)
/source/blender/python/gpu/gpu_py_state.c (+34, -39) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+17, -21) (Diff)
/source/blender/python/gpu/gpu_py_uniformbuffer.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_buffer.c (+13, -17) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+3, -6) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+5, -5) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+5, -5) (Diff)
/source/blender/python/gpu/gpu_py_state.c (+34, -39) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+17, -21) (Diff)
/source/blender/python/gpu/gpu_py_uniformbuffer.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)