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-01Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-06Fix T101591: mathutils.geometry.intersect_line_line 2D vector errorCampbell Barton
2022-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-28Cleanup: improve 2D convex hullChris Blackbourn
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-21PyAPI: disable IMB color management methods for stand-alone mathutilsCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-19Cleanup: prefer 'arg' over 'params' for sphinx documentationCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-25BLI_math: ensure non-negative matrices for mat3_to_quat calculationsCampbell Barton
2022-08-24Fix Quaternion.rotate(matrix) with negative matricesCampbell Barton
2022-08-24Fix T94231: Matrix.to_quaternion() returns invalid rotationCampbell Barton
2022-07-11PyAPI: add Matrix.is_identity read-only attributeCampbell Barton
2022-05-31Cleanup: tabs to spaces for CMake files & sort file-listsCampbell Barton
2022-05-25Cleanup: spelling, unbalanced doxy sectionsCampbell Barton
2022-05-25Cleanup: use doxy sections for mathutils typesCampbell Barton
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-23Python API: add mathutils.Color functions to convert color spacesBrecht Van Lommel
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-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix: Avoid potential use of dirty normalsHans Goudey
2022-02-16License headers: use SPDX identifiersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-11Cleanup: correct exception messageCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-03PyAPI: add read-only 'is_valid' attribute to mathutils typesCampbell Barton
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-09PyAPI: resolve build error with Python 3.10Campbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting 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-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-08Docs: Fix minor incorrect syntax errorsnutti
2021-07-05Cleanup: spelling in commentsCampbell Barton