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-06Cleanup: spellingCampbell Barton
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Cleanup: remove unused BLI_strncat_utf8Campbell Barton
2020-03-04BLI_string_utils: add BLI_string_join_array_by_sep_charCampbell Barton
2020-03-04BLI_math: inline clamp functionsCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey
2020-03-03Cleanup: formatting, spellingCampbell Barton
2020-03-02Cleanup: make remaining blenlib headers work in C++Jacques Lucke
2020-03-02Fix T65568: sewing and self collision issueIsh Bosamiya
2020-03-01Fix problem with Delaunay triangulalation re output mapping.Howard Trickey
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-28BLI: fix utf8 character counting when there is an incomplete utf8 charJacques Lucke
2020-02-28Fix BLI_str_rstrip skipping the first characterCampbell Barton
2020-02-26Build: add compatibility between precompiled libraries and new glibcBrecht Van Lommel
2020-02-26BLI_fileops: add utility to read text with newlines set to nilCampbell Barton
2020-02-26Cleanup: spellingCampbell Barton
2020-02-24Fix unused variable warning on LinuxJulian Eisel
2020-02-21UI: Windows File Attributes and Hidden ItemsHarley Acheson
2020-02-20BLI_math: add 2x2 matrix utilitiesTiago Chaves
2020-02-20Cleanup: rename mul_m2v2 to mul_m2_v2Campbell Barton
2020-02-20Cleanup: remove use of 'register'Campbell Barton
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-19BLI_math: unify zero area checks for barycentric weight calculationCampbell Barton
2020-02-18Fix making paths relative on windowsCampbell Barton
2020-02-17ColorManagement: Dithering ImprovementClément Foucault
2020-02-15Cleanup: split off code from gpu_codegen.c into smaller filesBrecht Van Lommel
2020-02-15Cleanup: work around clang-format differences between versionsBrecht Van Lommel
2020-02-15Cleanup: spellingCampbell Barton
2020-02-15Cleanup: unused math colorspace definesCampbell Barton
2020-02-15Modifiers: Add option to directly specify a 2D transform for UVWarpLukas Stockner
2020-02-15Cleanup: make BLI_make_exist local to the file selectorCampbell Barton
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-12Cleanup: clang-format.Bastien Montagne
2020-02-11Sculpt: Split normal radius and area radiusPablo Dobarro
2020-02-11Cleanup: minor edit to last commitCampbell Barton
2020-02-11Fix T73348: Surface Deform distortion on bind with small facesCampbell Barton
2020-02-11Cleanup: extra semicolons, comma use, undeclared varsCampbell Barton
2020-02-11Cleanup: add license header, use header guardsCampbell Barton
2020-02-10BLI: add utilities for defining non-movable and non-copyable classesJacques Lucke
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-02-10Cleanup: spellingCampbell Barton
2020-02-09BLI_string_utils: add utility to join a string into a fixed bufferCampbell Barton
2020-02-07BLI: add index_range method to some data structuresJacques Lucke
2020-02-07Cleanup: `make format`Dalai Felinto
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-02-06Code_Cleanup_Day/Windows: Clean-up windows API Level.Ray Molenkamp
2020-01-30Merge branch 'blender-v2.82-release'mano-wii
2020-01-30BLI_kdopbvh: Prevent division by zero in raycastmano-wii
2020-01-28Fix T73271, Delaunay Triangulation not robust enough.Howard Trickey