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
2022-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-18Cleanup: use const casts in mathutils APICampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-17Cleanup: spellingCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-12-06Cleanup: formatting (PyArg_ParseTuple)Campbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-20mathutils.kdtree: fix docstringsCampbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-01-06Fix for recent kdtree py module with MSVCCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton