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-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
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Fix T63673: Wrong api documentation for Quaternion.dot(other)Jacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-03-28Cleanup: remove unused derivedmesh code.Brecht Van Lommel
2019-03-25Cleanup: style, array wrappingCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton