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
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
2015-02-15mathutils: Implement __hash__() functionsCampbell Barton
2015-02-15mathutils: add freeze() method, is_frozen attrCampbell Barton
2015-02-01Documentation: updated mathutils documentationSybren A. Stüvel
2015-01-20Properly register the `mathutils.interpolate` submodule.Lukas Tönne
2015-01-20New python submodule `mathutils.interpolate` for various mesh interpolation a...Lukas Tönne
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-12-30PyAPI: geometry.normal, support polygonsCampbell Barton
2014-12-30PyAPI: allow non-vector args for geometry moduleCampbell Barton
2014-05-17Minor changes for standalone mathutilsCampbell 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
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-05-17bump mathutils callback slot size.Campbell Barton