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-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
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