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-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
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton
2020-01-27BLI_rect: add rect-rect intersection checks on a single axisCampbell Barton
2020-01-24Merge branch 'blender-v2.82-release'Alexander Gavrilov
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-23Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-16Merge branch 'blender-v2.82-release'Lukas Stockner
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
2020-01-14Cleanup: Use new BLI_rct utilities to ensure valid rectanglesJulian Eisel
2020-01-14BLI_rct: Utilities for sanitizing coordinates (ensuring min <= max)Julian Eisel
2020-01-08Fix T72878: Alphabetical sorting in Outliner sorts shorter names lastJulian Eisel
2020-01-07Blenlib: Add C++ guard for QueueSergey Sharybin
2020-01-07Cleanup: Remove unused task scheduler constantsSergey Sharybin
2020-01-04BLI_kdopbvh: Deduplicate codemano-wii
2020-01-04BLI_bvhtree_overlap does not work multithreadedmano-wii
2020-01-04BLI_bvhtree_overlap: Don't use BLI_task API when not neededmano-wii
2020-01-04BLI_bvhtree_overlap: Fix wrong count of child nodesmano-wii
2020-01-04BLI_bvhtree_overlap: Make sure the number of nodes matches the number of threadsmano-wii
2020-01-04BLI_bvhtree_overlap: Improve non-multithreaded usagemano-wii
2019-12-25Cleanup: Remove BLI_stringenc_pathLukas Stockner
2019-12-24Action Constraint: introduce a mix mode setting.Alexander Gavrilov
2019-12-24Cleanup: correct filenames in commentsCampbell Barton
2019-12-23Fix utility function used for wrong vector sizeSergey Sharybin
2019-12-21Fix crash in delaunay triangulation due to epsilon issues.Howard Trickey
2019-12-18Cleanup: const warning, unused varCampbell Barton
2019-12-18Image Editor: Load UDIMs even if secondary tile is selectedLukas Stockner