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-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'compositor'Campbell Barton
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 `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-10-14Cleanup: remove unused includes in CompositorManuel Castilla
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26Compositor: Full frame Levels nodeManuel Castilla
2021-07-07Compositor: Fix crash when executing works in constant foldingManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-04-02Cleanup: Added leading `e` to enum types.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-26Cleanup: Replaced Typedef Enum With Enum Class.Jeroen Bakker
2021-03-24Cleanup: replace index based forloops with iterators.Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-05Cleanup: Use blender::Vector.Jeroen Bakker
2021-03-05Cleanup: use blender::Vector.Jeroen Bakker
2021-03-05Cleanup: ExecutionSystem::find_output_execution_groups.Jeroen Bakker
2021-03-05Cleanup: Remove unused method.Jeroen Bakker
2021-03-05Cleanup: Remove using statements.Jeroen Bakker
2021-03-05Cleanup: Remove static struct without data.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-02Cleanup: spellingCampbell Barton
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-08-08Cleanup: use conforming header guardCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-27Compositor: Cleanup, don't pollute namepace with all symbols from stdSergey Sharybin
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-10-29Added compositor graph functions for removing socket connections explicitly i...Lukas Toenne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-04Two pass execution:Jeroen Bakker
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton