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-01-27BLI_rect: add rect-rect intersection checks on a single axisCampbell Barton
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-16Fix T73133: UDIM texture count in Eevee is limited by OpenGLLukas Stockner
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
2019-12-17Cleanup: redundant struct declarationsCampbell Barton
2019-12-16Fix T72467: Crash when using many (>64) images in a shaderLukas Stockner
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-12-12BLI_bvhtree_overlap_ex: add 'max_interactions' parametermano-wii
2019-12-07Maths Node: Additional functionsCharlie Jolly
2019-11-27Sculpt/Paint: Move Elastic Deform Kelvinlets to BKEPablo Dobarro
2019-11-27Fix T30941: Add cloth air pressure simulationSebastian Parborg
2019-11-26Fix quaternion compatibility functionCampbell Barton
2019-11-26BLI_task: Add pooled threaded index range iterator, Take II.Bastien Montagne
2019-11-25Revert "BLI_task: Add pooled threaded index range iterator."Bastien Montagne
2019-11-25Revert "Cleanup: Unused variable in release build mode"Bastien Montagne
2019-11-25Cleanup: Unused variable in release build modeSergey Sharybin
2019-11-25BLI_task: Add pooled threaded index range iterator.Bastien Montagne
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-11-22Fix T71273: Bad encoding of utf-8 for Text objectsmano-wii
2019-11-21Cleanup: spellingCampbell Barton
2019-11-20Cleanup: commentsCampbell Barton
2019-11-13Cleanup: correct mul_v4_v4fl declarationJorge Bernal
2019-11-09Fluid Particles: fix threading crash with viscoelastic springs.Alexander Gavrilov
2019-11-08Windows: Switch to the dynamic C runtimeRay Molenkamp
2019-11-08Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-08Cleanup: spellingCampbell Barton
2019-11-08Cleanup: clang-formatCampbell Barton
2019-11-06Merge branch 'blender-v2.81-release'Brecht Van Lommel
2019-11-06Fix T70952: EXR files bigger than 2GB don't open on WindowsBrecht Van Lommel
2019-11-05Fixed delaunay check, was causing 'desperation' messages.Howard Trickey
2019-11-05Fixed delaunay check, was causing 'desperation' messages.Howard Trickey
2019-10-30BLI_task: Add new generic `BLI_task_parallel_iterator()`.Bastien Montagne
2019-10-22Merge branch 'blender-v2.81-release'Campbell Barton