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
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
2019-10-22BLI_math: support MATH_STANDALONE without EigenCampbell Barton
2019-10-20Shrinkwrap: improve numerical stability of Target Normal Project.Alexander Gavrilov
2019-10-15Merge branch 'blender-v2.81-release'Dalai Felinto
2019-10-15Cleanup: Fix warningsDalai Felinto
2019-10-12Cleanup: clang-formatCampbell Barton
2019-10-12Cleanup: warningsCampbell Barton
2019-10-10File Browser: add back Delete, which now moves files to the trashRobert Guetzkow
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09Fix Delaunay 2d valid bmesh mode bug.Howard Trickey
2019-10-09Fix T70594: mathutils.geometry.tessellate_polygon flips trianglesmano-wii
2019-10-08CTest: Fix failing test BLI_expr_pylike_eval_test on clang/windowsRay Molenkamp
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
2019-10-03Cleanup: argument naming, redundant NULL checksCampbell Barton
2019-10-01Cleanup: convert some macros to functionsBrecht Van Lommel
2019-10-01BLI: optimize GSQueue implementation to allocate in chunks, like BLI_StackBrecht Van Lommel
2019-09-30Cleanup: spellingCampbell Barton
2019-09-30Revert "macOS: Replaced OSSpinLock with os_unfair_lock."Stefan Werner
2019-09-29Fix T69935: Silence Win32 OS Error DialogsHarley Acheson