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-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Python: bump minimum version to 3.10Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-09-03PyAPI: add read-only 'is_valid' attribute to mathutils typesCampbell Barton
2021-08-09PyAPI: resolve build error with Python 3.10Campbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-05-18Cleanup: use const casts in mathutils APICampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-08-13Add mathutils.geometry.delaunay_2d_cdt() function to Python API.Howard Trickey
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-10-24Partially revert "GPUShader: shader.uniform_float parameters"Campbell Barton
2018-10-23GPUShader: shader.uniform_float parametersJacques Lucke
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-26PyAPI: move deep-copy args check to py_capi_utilsCampbell Barton
2017-09-09PyAPI: Fix mathutils freeze allowing owned dataCampbell Barton
2017-06-14PYAPI: Fix mathutils doc structureAaron Carlisle
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-08-02Cleanup: quiet int overflow warningsCampbell Barton
2015-07-29Add mathutils.bvhtree APICampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-29Fix leaks in mathutils PySequence_Fast usageCampbell Barton
2015-07-13increase mathutils callback count (BGE devs, read the log)Dalai Felinto
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-16Cleanup: styleCampbell Barton