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
2020-08-10Remove Video Proxy Resolution limitationEitan
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Clang-Tidy: Address readability-redundant-string-initSergey Sharybin
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-04Cleanup: clang-format after recent cleanup commitDalai Felinto
2020-08-03Cleanup: remove trailing space, newlines at eofCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-30Cleanup: IMB: Put lowercase prefix on static functionsClément Foucault
2020-07-30IMB: Refactor util_gpu.c to not expose enum gettersClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-28Fix T61607: OpenEXR files with less common RGB channels names not loadedBrecht Van Lommel
2020-07-21Fix T78867: Crash related to viewing video filesSergey Sharybin
2020-07-21Cleanup: spellingCampbell Barton
2020-07-19Cleanup: spellingCampbell Barton
2020-07-16Cleanup: undeclared function warning, unused argumentCampbell Barton
2020-07-14Cleanup: spellingCampbell Barton
2020-07-13VSE: Python API, allow creation of VSE Movie strips with missing fileSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski
2020-07-03Clang-Tidy: More fixed of redundant check before deleteSergey Sharybin
2020-07-03Clang-tidy: enable readability-container-size-empty warningJacques Lucke
2020-07-03Clang-Tidy: Enable redundant static qualifier warningSergey Sharybin
2020-06-11ImBuf: use more accurate DPI/PPM conversionCampbell Barton
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-05-15Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-15Fix T76698: Movie clip stabilize display ignore footage colorspacePhilipp Oeser
2020-05-14Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-13Fix T75365: memory leak when writing PNG fails due to lack of disk spaceBrecht Van Lommel
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-08Cleanup: disable clang-format for character tableCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-03Cleanup: use term 'attr' instead of 'attrib'Campbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19ColorManagement: Incorrect Memory Read for RGB imagesJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Prepare for sorted headers on windowsRay Molenkamp
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker