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-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
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-31Cleanup: simplify static assert definitions, assuming C11 and C++11Brecht Van Lommel
2019-05-31Fix compilation previous commitJeroen Bakker
2019-05-31Fix T65334: use _Static_assert on clang as well, to avoid macOS build errorBrecht Van Lommel
2019-05-27Cleanup: Fix warning in blenlib with MSVCRay Molenkamp
2019-05-26Fix: BLI_task_test deadlock on windows.Ray Molenkamp
2019-05-25blenlib: Fix build warning with MSVCRay Molenkamp
2019-05-25blenlib: Fix debug build warning with MSVC.Ray Molenkamp
2019-05-25Cleanup: warnings building without ASANCampbell Barton
2019-05-23Cleanup: allow BLI_Buffer to be used without it's headerCampbell Barton
2019-05-22BLI_memblock: Refactor for faster iteration and allocationClément Foucault
2019-05-22BLI_memiter: unpoison memory before freeing itJacques Lucke
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-05-21Cleanup: use term pad instead of paddingCampbell Barton
2019-05-21Graph Editor: view-selected takes scrubbing and marker region into accountJacques Lucke
2019-05-17Fix T63981: Factory default memory cache limit is 4096 MB (32bit builds)Sergey Sharybin
2019-05-16BLI_memarena: unpoison memory before freeing itJacques Lucke
2019-05-15Fix T64623: Freestyle procedural noise not consistent across platformsBrecht Van Lommel
2019-05-14BLI_memblock: Add more optionsClément Foucault
2019-05-08BLI_memblock: New memory allocatorClément Foucault
2019-05-08Cleanup: unused var, doxy syntax for math_matrix.cCampbell Barton
2019-05-07Fix T57767: Pivot point broken after scaling to 0 in a dimensionPhilipp Oeser
2019-05-06Drivers: add an Average Scale option to the Transform Channel driver vars.Alexander Gavrilov