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
2018-07-27Fix T56074: Remove doubles creates holesCampbell Barton
2018-07-25Fix (unreported) potential div-by-zero in ray/bbox intersection BLI code.Bastien Montagne
2018-07-24Cleanup: changes from 2.8Campbell Barton
2018-07-19Resolve the opposite vector ambiguity in Damped Track constraint.Alexander Gavrilov
2018-07-18Cleanup: Cryptomatte node style tweaks.Brecht Van Lommel
2018-07-18Compositor: Cryptomatte compositing node.Stefan Werner
2018-07-12PyAPI: add undo redo handlersCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-18Fix T55503: File browser filter not working correctly.Bastien Montagne
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-17Cleanup: remove unused BLI_rebase_pathCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-17BLI_path: add string size debug defineCampbell Barton
2018-06-17CMake: add missing headersCampbell Barton
2018-06-15Cleanup: some more G.main removal.Bastien Montagne
2018-06-11path_util: avoid overflow w/ strtoll useCampbell Barton
2018-06-11Fix T55140: opened image doesn't show up in movie clip editorPhilipp Oeser
2018-06-06Fix BLI_ASSERT_UNIT macro w/ non-finite numbersCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-27Fix restrict error in BLI_str_format_byte_unitCampbell Barton
2018-05-26Threads: add spinlock hit for hyperthreading processors on Windows.Brecht Van Lommel
2018-05-25Add number and memory size formatting throughout the UIDiego Gangl
2018-05-24Fix T55137: Compilation failing on non-x86-64 architecturesLukas Stockner
2018-05-14Cleanup: quiet GCC -Wtype-limitsCampbell Barton
2018-05-14BLI_utildefines: re-ordering array delete macroCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-07Cleanup: move unit char/short/float to functionsCampbell Barton
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2018-04-24BLI BVHTree Walk DFS: Decreases the size of the stack space used for the recu...Germano
2018-04-23BLI_math: avoid assert with non-finite numbersCampbell Barton
2018-04-21Cleanup: variable namingCampbell Barton
2018-04-21BLI_bitmap: 2D triangle drawing functionCampbell Barton
2018-04-21BLI math: clamped barycentric weight calculationCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Added lock-free single linked list implementationSergey Sharybin
2018-04-05BLI_string_utf8: macros that de-duplicate sizeof argCampbell Barton
2018-04-05BLI_string: macros that de-duplicate sizeof argCampbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-04-02Build: fixes for the Intel compiler versions 2016, 2017, 2018.Milan Jaros
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-28Cleanup: typo in function nameCampbell Barton
2018-03-28BLI_array: utility to check memory is zerodCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-20Fix BLI_assert for MSVCCampbell Barton
2018-03-20Fix compile error with MSVC2013 - Can't use __func__ (from BLI_assert) in inl...Joshua Leung
2018-03-19Cleanup: type conversion warningCampbell Barton
2018-03-18Cleanup: kdopbvh, only set parent nodes onceCampbell Barton