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-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
2018-09-24Remove unused filesmano-wii
2018-09-24BGL: Wrap glBlitFramebuffermano-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-20Missing from last commitCampbell Barton
2018-09-20PyAPI: correct term for class property warningCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel