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-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
2019-09-27Cleanup: clang-formatCampbell Barton
2019-09-21Fix build error in debug build on macOSBrecht Van Lommel
2019-09-19Cleanup: spellingCampbell Barton
2019-09-18BLI_tasks: simplify/generalize heuristic computing default chunk size.Bastien Montagne
2019-09-17DRW: Refactor to support draw call batchingClément Foucault
2019-09-14macOS: Replaced OSSpinLock with os_unfair_lock.Stefan Werner
2019-09-14MSVC: Fix macro collision with MSVC HeadersRay Molenkamp
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: add utility to print VectorSet statsJacques Lucke
2019-09-14BLI: speedup adding to VectorSet by removing a checkJacques Lucke
2019-09-14BLI: remove non const accessors in VectorSetJacques Lucke
2019-09-14BLI: add missing includeJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-14Revert "DRW: Refactor to support draw call batching"Clément Foucault
2019-09-13DRW: Refactor to support draw call batchingClément Foucault
2019-09-13Fix `BLI_bvhtree_overlap_ex` assertmano-wii
2019-09-13Cleanup: use header guardsCampbell Barton
2019-09-13BLI: add non-const lookup methods for StringMapJacques Lucke