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-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-25PyAPI: support for Python paint cursorsCampbell Barton
2018-10-24Fix: buffer overflow when creating gpu.types.GPUIndexBufJacques Lucke
2018-10-24GPUShader: shader.uniform_float, matrix parsingCampbell Barton
2018-10-24Partially revert "GPUShader: shader.uniform_float parameters"Campbell Barton
2018-10-23GPUShader: shader.uniform_float parametersJacques Lucke
2018-10-23Cleanup: rename VertBuf.fill_attribute > attr_fillCampbell Barton
2018-10-22Followup to previous change, reduce number of relations updatesSergey Sharybin
2018-10-22Python API: fix docstringsJacques Lucke
2018-10-22API Docs: remove 'level' from blf.color argumentsJacques Lucke
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-10-17Merge branch 'master' into blender2.8Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-10-12Python GPU: Best description for exceptionsmano-wii
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-10-10Python GPU: Use PyC_AsArray_FAST in GPUVertBuf.fill_attribute.mano-wii
2018-10-10Python GPU: Use PyC_AsArray_FAST when initing GPUIndexBuff.mano-wii
2018-10-10Python API: add loop triangles access, remove tessfaces.Brecht Van Lommel
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: use format char utilities in idprop_py_apimano-wii
2018-10-07CPython: py_capi_utils: format char utilities do not need to be inline.mano-wii
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-06py_capi_utils: add utilities for format string in `struct` module style syntax.mano-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-02Gizmo: support for gizmo-group propertiesCampbell Barton
2018-10-01GPY Python: program_use_begin and program_use_end.mano-wii
2018-10-01Cleanup: styleCampbell Barton
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
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-26Merge branch 'master' into blender2.8Campbell Barton
2018-09-26Cleanup: redundant includeCampbell Barton