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
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-09-28Compositor: Replace resolution concept by canvasManuel Castilla
2021-08-10Compositor: Full frame Mask nodeManuel Castilla
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-24Cleanup: Add override keyword.Jeroen Bakker
2021-03-05Cleanup: use MIN2/MAX2 in compositor.Jeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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-11-14Cleanup: comment block tabsCampbell Barton
2018-09-06Compositor: Always use AA on masksSergey Sharybin
2018-08-08Cleanup: use conforming header guardCampbell Barton
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-27motion blur for mask node:Campbell Barton
2012-07-26option to use manual size input for sceneCampbell Barton
2012-07-19Possible fix for [#32141] Crash when using a mask as the factor inputJeroen Bakker
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-04Mask node: create a copy of layers to be rasterized in initExecutionSergey Sharybin
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-14stule cleanup: node headersCampbell Barton
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-04remaining mask files from tomato. these wont get svn history carried over.Campbell Barton