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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-17PyAPI: Avoid redundant prefix for PyC_Err_Format_PrefixCampbell Barton
2019-01-17PyAPI: add PyC_Err_SetString_Prefix for internal useCampbell Barton
2019-01-10Cleanup: end bgl macros w/ semicolonCampbell Barton
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-10-22API Docs: remove 'level' from blf.color argumentsJacques Lucke
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
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-09-26Merge branch 'master' into blender2.8Campbell Barton
2018-09-26Cleanup: redundant includeCampbell Barton
2018-09-24BGL: Wrap glBlitFramebuffermano-wii
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Campbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-08-14Cleanup: Update some links to new wikiAaron Carlisle
2018-08-01Merge branch 'master' into blender2.8Campbell Barton
2018-08-01Cleanup: declare vars or make staticCampbell Barton
2018-07-31Merge branch 'master' into blender2.8Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-30Merge branch 'master' into blender2.8Campbell Barton
2018-07-30Cleanup: id-property creationCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26PyAPI: add ImBuf.copyCampbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-06-22Merge branch 'master' into blender2.8Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne