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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2021-10-14Cleanup: remove unused includes in CompositorManuel Castilla
2021-09-28Cleanup: Remove XRange and YRange in CompositorManuel Castilla
2021-09-28Compositor: Add support for canvas compositingManuel Castilla
2021-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-23Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-08-23Compositor: Full frame transform nodesManuel Castilla
2021-08-10Compositor: Full frame output nodesManuel Castilla
2021-08-10Compositor: Full frame Bilateral Blur nodeManuel Castilla
2021-07-22Compositor: Full frame Movie Clip nodeManuel Castilla
2021-07-19Compositor: Buffer iteratorsManuel Castilla
2021-07-13Compositor: Full frame Render Layers nodeManuel Castilla
2021-06-23Compositor: Full frame Image nodeManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-04-28Replace COM_DEBUG #define with constexpr. Fixes T87035Tyler
2021-04-02Compositor: stream operators for WorkPackages.Jeroen Bakker
2021-03-31Compositor: Keep WorkPackages and Data Around.Jeroen Bakker
2021-03-31Cleanup: use constexpr for num channels.Jeroen Bakker
2021-03-30Cleanup: Use constexpr.Jeroen Bakker
2021-03-30Fix: Compile Error COM_Debug.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-23Cleanup: WorkScheduler.Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-19Cleanup: enum class ChunkOrdering.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorQuality.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorPriority.Jeroen Bakker
2021-03-18Cleanup: spellingCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-06-12Cleanup: spelling in commentsCampbell 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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2014-06-02Fix T40448: Blurring bug in the compositorSergey Sharybin
2014-04-29Accidentally left compositor debug option enabled, sorry.Lukas Tönne
2014-04-29Fix T39936: Plane Track operation would not initialize resolutions forLukas Tönne
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-03-27T39307: The fast gaussian blur is not an accurate formula. When decidingJeroen Bakker
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton