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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-14PyAPI: support element multiplication for vector, matrix, quaternionsCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-22Cleanup: compiler warningBrecht Van Lommel
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-05-11Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-11Fix mathutils box_pack_2d docstringPhilipp Oeser
2020-05-04Fix T76399: Wrong API docs for mathutils.Vector.dotJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-20Fix ushort compiler errors in WindowsAntonio Vazquez
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
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-27Document that tessellate_polygon() doesn't handle degenerate geometrySybren A. Stüvel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-11-26PyAPI: add Quaternion.make_compatibleCampbell Barton
2019-11-15Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-15Docs: correct indent for to_swing_twist docstringCampbell Barton
2019-11-06Mathutils: expose the utility to find the closest point of a triangle.Alexander Gavrilov
2019-10-17Cleanup: spellingCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-10-09PyAPI: drop Vector requirement for tessellate_polygonCampbell Barton
2019-10-09PyAPI: avoid normal calculation for tessellate_polygonCampbell Barton
2019-09-30Cleanup: spellingCampbell Barton
2019-09-23Fix T70177: Crash when calling to_track_quat() without argumentsJacques Lucke
2019-09-22Mathutils: expose the swing + twist Quaternion decomposition to Python.Alexander Gavrilov
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell 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-08-04Cleanup: spellingCampbell Barton
2019-08-01Cleanup: use _ex suffix instead of _extCampbell Barton
2019-07-10Cleanup: avoid line breaks from trailing commentsCampbell Barton
2019-07-04Cleanup: remove redundant castCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-19Python API: add a Matrix.Diagonal constructor to mathutils.Alexander Gavrilov
2019-05-03Revert "Cleanup: add semicolon after PyObject_VAR_HEAD"Campbell Barton
2019-05-03Cleanup: add semicolon after PyObject_VAR_HEADCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-20Cleanup: quiet extra-semicolon warningCampbell Barton