Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-09Python GPU: Update `shader.from_builtin` and `shader.code_from_builtin` descr...mano-wii
2018-10-09GPU Python: Use string literals in `shader.from_builtin` and `shader.code_fro...mano-wii
2018-10-09Python API: new GPUShader.format_calc() methodJacques Lucke
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-10-09Cleanup: namingCampbell Barton
2018-10-08Cleanup: rename checks for Python struct stringsCampbell Barton
2018-10-07CPython: py_capi_utils: use more descriptive names for format string utilities.mano-wii
2018-10-07Cleanup: styleCampbell Barton
2018-10-06Cleanup: use the naming convention in py_capi_utilsmano-wii
2018-10-06Cleanup: use new format string utilitymano-wii
2018-10-05GPU Python: optionally init the vertexformat in the vertexbuffer itself.mano-wii
2018-10-05GPU Python: use _PyArg_ParseTupleAndKeywordsFast.mano-wii
2018-10-05GPU Python: fix crash when calling `batch.draw` without passing a shader.mano-wii
2018-10-05Python API: new GPUVertFormat constructor and vbo.fill_attribute methodJacques Lucke
2018-10-05Cleanup: use PyModule_AddIntConstantmano-wii
2018-10-04GPU Python: rename methods "shader_from_builtin" and "shader_code_from_builti...mano-wii
2018-10-04GPU Python: Fix assert in PySequence_Fast_GET_SIZEmano-wii
2018-10-04Cleanup: remove single backtick quotesCampbell Barton
2018-10-04Python GPU: GPUBatch and GPUShader refactor.mano-wii
2018-10-01GPY Python: program_use_begin and program_use_end.mano-wii
2018-10-01Cleanup: styleCampbell Barton
2018-09-27Cleanup: warningsCampbell Barton
2018-09-27Python GPU module: Wrap GPUIndexBufmano-wii
2018-09-27Python GPU module: replace `PyArg_ParseTupleAndKeywords` by `_PyArg_ParseTupl...mano-wii
2018-09-21GPU Python API: matrix.load_projection_matrixmano-wii
2018-09-21Cleanup: styleCampbell Barton
2018-09-21Preserve the actively bound framebuffer after using gpu.offscreenDalai Felinto
2018-09-20GPU Python API: shader.uniform_floatDalai Felinto
2018-09-20Typo on pydoc for uniform_intDalai Felinto
2018-09-20gpu.batch module: keep shader reference in batch.mano-wii
2018-09-20gpu.shader module: Do not free builtin shaders.mano-wii
2018-09-20gpu.shader.builtin module: Add GPU_SHADER_2D_IMAGE.mano-wii
2018-09-15PyDoc: add gpu.shaderCampbell Barton
2018-09-14GPU module: Initial implementation of the `gpu.shader` submodule.mano-wii
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-11GPUVertBuf.fill: support for objects with buffer interface.mano-wii
2018-09-06gpu module: close quotation marks in descriptionsmano-wii
2018-09-06gpu module: retouching the description of the types.mano-wii
2018-09-06Cleanup: styleCampbell Barton
2018-09-06Correct build errorsCampbell Barton
2018-09-06Join the python modules `gpu` and `_gpu` into one.mano-wii
2018-07-19Cleanup: styleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault