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-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2019-01-11MSVC: remove compiler __func__ defineCampbell Barton
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2018-12-21Cleanup: fix more ATTR_FALLTHROUGH warnings.Brecht Van Lommel
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-04Cleanup: SpellingSergey Sharybin
2018-12-01Cleanup: styleCampbell Barton
2018-11-29Fix leak in CPU brand checkCampbell Barton
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-11-28Add utility function to query CPU brand stringSergey Sharybin
2018-11-20Task scheduler: Optimize parallel loop over listsSergey Sharybin
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-11-04Fix ghash masking out upper bits on 64bit systemsCampbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-10-11Fix incorrect strncpy useCampbell Barton
2018-10-01BLI_math: add `isect_seg_seg_v3`mano-wii
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-05Cleanup: styleCampbell Barton
2018-09-05Fix T54152: --env-system-scripts fails on win32Ray Molenkamp
2018-09-04Cleanup: use const arg for BLI_rect inside checkCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-09Math Lib: varied size vector multiplyAndrew Hale
2018-08-01Fix T56195: Typo in BLI_array_utils.h.Bastien Montagne
2018-08-01Cleanup: remove unused array memberCampbell Barton
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
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