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-10-06Fix T101591: mathutils.geometry.intersect_line_line 2D vector errorCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-19Cleanup: minor correction to delaunay_2d_cdt doc-stringCampbell Barton
2021-07-18Update documentation string for mathutils.geometry.delaunay_2d_cdt.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2020-11-18Cleanup: simplify array usage for Python box packing APICampbell Barton
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-09-29API docs: Fix sytax error for delaunay_2d_cdAaron Carlisle
2020-08-28Merge newboolean branch into master.Howard Trickey
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-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-11Fix mathutils box_pack_2d docstringPhilipp Oeser
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-01-27Document that tessellate_polygon() doesn't handle degenerate geometrySybren A. Stüvel
2019-11-06Mathutils: expose the utility to find the closest point of a triangle.Alexander Gavrilov
2019-10-09PyAPI: drop Vector requirement for tessellate_polygonCampbell Barton
2019-10-09PyAPI: avoid normal calculation for tessellate_polygonCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-13Add mathutils.geometry.delaunay_2d_cdt() function to Python API.Howard Trickey
2019-08-11BLI_math: add isect_tri_tri_v2, wrap via mathutils.geometryCampbell Barton
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-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-11-14Cleanup: python doc-stringsCampbell Barton
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-03-19Fixed typo Python APIJeroen Bakker
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin