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-11-13Py API Docs: CleanupJacques Lucke
2018-11-13Py API Docs: GPUIndexBuf documentationJacques Lucke
2018-11-13Py API Docs: GPUBatch documentationJacques Lucke
2018-11-11Merge branch 'master' into blender2.8Campbell Barton
2018-11-11PyAPI: update keyword listCampbell Barton
2018-11-10Merge branch 'master' into blender2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-09gpu.offscreen, fix pydoc, example and rename modelviewmatrix > viewmatrixDalai Felinto
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-11-07Merge branch 'master' into blender2.8Stefan Werner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-11-06Cleanup: No need to save/restor frame buffer twiceJacques Lucke
2018-11-05API Docs: gpu api introduction + examplesJacques Lucke
2018-11-01Fix bpy.app, sentinel was removed by accidentCampbell Barton
2018-11-01UI: show blocking popup when auto execution of scripts is disabled.Brecht Van Lommel
2018-10-31Cleanup: rename PyAPI VertBatch to BatchCampbell Barton
2018-10-31Fix leak in successive calls to Batch.program_setCampbell Barton
2018-10-31PyAPI: add check for exceeding batch VBO limitCampbell Barton
2018-10-31Cleanup: batch Python APICampbell Barton
2018-10-31Fix missing error returns in batch APICampbell Barton
2018-10-30PyAPI: GPU: improve GPUShader.from_builtin and GPUShader.code_from_builtin de...mano-wii
2018-10-30PyAPI: Support for 'None' string args from PythonCampbell Barton
2018-10-29PyAPI: remove GPUVertFormat() creation from a listCampbell Barton
2018-10-28Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-26Fix parsing single int for uniform_intCampbell Barton
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-10-26PyAPI: Temp workaround for crash removing cursorCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25PyAPI: rename GPL VertBuf.attr_fill identifier to idCampbell Barton
2018-10-25Cleanup: move params into their own structCampbell Barton
2018-10-25PyAPI: take paint-cursor space/region type argsCampbell Barton
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