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
2018-12-20PyAPI: don't truncate enums in exception messagesCampbell Barton
2018-12-19Cleanup: spellingCampbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-11PyAPI: update keyword listCampbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-09-26Cleanup: redundant includeCampbell Barton
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-13Cleanup: _bpy.ops utility to lookup an operatorCampbell Barton
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Python: Enable MASS unit in FloatPropertyMonique Dewanchand
2018-08-31PyAPI: replace checks for invalid input w/ assertCampbell Barton
2018-08-31C/Python API: Add PyC_RunString_AsIntPtrCampbell Barton
2018-08-21Python API: expose missing LAYER_MEMBER property type registration.Kenneth Perry
2018-08-08Cleanup: indentationCampbell Barton
2018-08-06PyAPI: Make skin modifier roots settableAndrew Hale
2018-08-01Cleanup: declare vars or make staticCampbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-30Cleanup: id-property creationCampbell Barton
2018-07-27Fix Vector.project crash w/ >4 length vectorsCampbell Barton
2018-07-16Fix T55944: fbx export error with smoothing facePhilipp Oeser
2018-07-16Fix T55527: creating a Quaternion without args should result in identityPhilipp Oeser
2018-07-12PyAPI: add undo redo handlersCampbell Barton
2018-07-12Fix PyRNA class registration w/ Python 3.7Campbell Barton
2018-07-07Cleanup: pep8Campbell Barton
2018-07-06PyDrivers: update bytecode check for Python3.6Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26PyAPI: add ImBuf.copyCampbell Barton
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2018-06-17Python: Allow untrusted py-drivers to run limited expressionsCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton