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-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-28Fix GC tracking error for instances of mathutils typesCampbell Barton
2022-09-19Cleanup: prefer 'arg' over 'params' for sphinx documentationCampbell Barton
2022-08-25BLI_math: ensure non-negative matrices for mat3_to_quat calculationsCampbell 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-25Cleanup: use doxy sections for mathutils typesCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-09-03PyAPI: add read-only 'is_valid' attribute to mathutils typesCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
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-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-18Cleanup: use const casts in mathutils APICampbell Barton
2021-05-17Mathutils: add a Matrix.LocRotScale constructor for combining channels.Alexander Gavrilov
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-09-29API Docs: Use raises field list syntaxAaron Carlisle
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
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-14PyAPI: support element multiplication for vector, matrix, quaternionsCampbell Barton
2020-06-22Python: support building again version 3.9 (unreleased)Campbell Barton
2020-06-17Cleanup: clang-formatBrecht Van Lommel
2020-06-15API docs: mathutils leaked markupTobias Heinke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-20mathutils: support for to_2x2 as well as non-square matricesCampbell Barton
2020-02-20mathutils: support Vector.rotate for 2D vectorsTiago Chaves
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-08-04Cleanup: spellingCampbell Barton
2019-05-19Python API: add a Matrix.Diagonal constructor to mathutils.Alexander Gavrilov
2019-04-29Cleanup: comments (long lines) in pythonCampbell 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-25Cleanup: style, array wrappingCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell Barton