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
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-22Fix: Large stack allocation in compositorMichael
2021-10-14Cleanup: convert camelCase naming to snake_case in CompositorManuel Castilla
2021-10-14Cleanup: replace members `m_` prefix by `_` suffix in CompositorManuel Castilla
2021-10-14Cleanup: remove unused includes in CompositorManuel Castilla
2021-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-09-19Compositor: Fix crash exporting buffers on debugManuel Castilla
2021-09-04Compositor: Merge equal operationsManuel Castilla
2021-08-10Compositor: Full frame input nodesManuel Castilla
2021-07-26Compositor: Fix memory leak when exporting operations on debugManuel Castilla
2021-07-19Compositor: Export operation results as debug optionManuel Castilla
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Compositor: Graphviz improvementsManuel Castilla
2021-07-06Compositor: Constant foldingManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-04-28Replace COM_DEBUG #define with constexpr. Fixes T87035Tyler
2021-04-09Compositor: Output where debug is stored.Jeroen Bakker
2021-03-30Fix: Compile Error COM_Debug.Jeroen Bakker
2021-03-29Cleanup: Replace `is...Operation()` methods with a flag.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-16Cleanup: Modernize iter.Jeroen Bakker
2021-03-16Cleanup: Removed commented out code.Jeroen Bakker
2021-03-12Cleanup: fix clang-tidy errors when COM_debug is active.Jeroen Bakker
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker