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-08-31Cleanup: rename natural string comparisonCampbell Barton
2019-08-30Cleanup: redundant lowercase in BLI_natstrcmpCampbell Barton
2019-08-30Fix BLI_array macro so can use BLI_strict_flags.h.Howard Trickey
2019-08-30Cleanup: spellingCampbell Barton
2019-08-30Windows: Move building of blendthumb into the blender codebase.Ray Molenkamp
2019-08-30Cleanup: clang-format, spellingCampbell Barton
2019-08-30Cleanup: no need to zero the area in beautify calculationCampbell Barton
2019-08-29Fix T56532: Boolean locks up BlenderCampbell Barton
2019-08-29Move math and vector double routines into blenlib from delaunay codeHoward Trickey
2019-08-27Cleanup: Fix build error with MSVCRay Molenkamp
2019-08-27Fix T68944: Added check for SSE4.1 to denoising node.Stefan Werner
2019-08-26Edit Mesh: New option "Split Edges & Faces" to "AutoMerge"mano-wii
2019-08-26Cleanup: use BLI_assertCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-08-20Cleanup: comparison warningCampbell Barton
2019-08-20BLI: double version of some math functions.YimingWu
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey
2019-08-14Mesh Batch Cache: Refactor + MultithreadClément Foucault
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-11Cleanup: spellingCampbell Barton
2019-08-11BLI_math: add isect_tri_tri_v2, wrap via mathutils.geometryCampbell Barton
2019-08-10Cleanup: unused varCampbell Barton
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-08-06Cleanup: move utf8 offset conversion into BLI_string_utf8Campbell Barton
2019-08-05Cleanup: use unsigned char for theme colorsCampbell Barton
2019-08-05Cleanup: quiet cast warnings in recent commitCampbell Barton
2019-08-05New BLI Function: projmat_from_window_regionmano-wii
2019-08-05Fix T67109: n-gon tessellation error with co-linear edgesCampbell Barton
2019-08-02Fix address sanitizer overflow warnings for bit manipulation functionsBrecht Van Lommel
2019-08-01Fix error de-duplicating BLI_file_read functionsCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-30BLI_task: tweak default chunk size for `BLI_task_parallel_range()`.Bastien Montagne
2019-07-30Cleanup: de-duplicate file reading codeCampbell Barton
2019-07-23Cleanup: Rearrange the order of isect_ray_ray_v3 parametersmano-wii
2019-07-23Fix T67389: Transform constraints fail at large distancesmano-wii
2019-07-15Fix reading directory as file content on LinuxCampbell Barton
2019-07-07Cleanup: spellingCampbell Barton
2019-06-21Fix (harmless) Cycles ASAN warningsBrecht Van Lommel
2019-06-17Cleanup: comment spellingCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-09Fix: Build error with clang on windows.Ray Molenkamp
2019-06-05Fix (unreported) Broken `BLI_threadapi_exit()`.Bastien Montagne
2019-05-31Cleanup: use static_assert on MSVC versions that support it.Ray Molenkamp