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
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-18Cleanup: use const casts in mathutils APICampbell Barton
2021-05-18PyAPI: allow any vector sequence for poly_3d_calc(..)Campbell Barton
2021-05-17Mathutils: add a Matrix.LocRotScale constructor for combining channels.Alexander Gavrilov
2021-04-01Cleanup: clang formatCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-18Cleanup: Python: naming mismatch in bvh.ray_cast.Jeroen Bakker
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2020-11-19Fix error message prefix in `Quaternion.to_euler()`Sybren A. Stüvel
2020-11-18Cleanup: simplify array usage for Python box packing APICampbell Barton
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-11-07Cleanup: move plane array intersection into a functionCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use bool argument in BLI_noiseCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle
2020-10-22Fix out of bounds array access in mathutils.noiseCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09PyDoc: resolve duplicate module warningsCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-01Cleanup: clang-formatBrecht Van Lommel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29API docs: Fix sytax error for delaunay_2d_cdAaron Carlisle
2020-09-29API Docs: Use raises field list syntaxAaron Carlisle
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-13Cleanup: clang-formatCampbell Barton
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
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