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-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-12Build: Enable unity build for `bf_compositor`Aaron Carlisle
2022-01-12Build: Add precompiled headers for `bf_compositor`Aaron Carlisle
2022-01-11Cleanup: Deduplicate `finv_test` functionAaron Carlisle
2022-01-10Compositing Convert color space nodeJeroen Bakker
2022-01-10Cleanup: note that compositor vector blur shares logic with zbuf.cCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-04Fix T90830: Crop node cropping is one pixel shortManuel Castilla
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-22Fix: Large stack allocation in compositorMichael
2021-12-20Cleanup: Const arguments, remove unused argumentHans Goudey
2021-12-15Initialize the fourth and final instance variable of MemoryProxyMichael
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'compositor'Campbell Barton
2021-12-08Cleanup: Silence clang-tidy warnings.Jeroen Bakker
2021-11-29Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-29Fix T93310: crash due to broken image pathsJacques Lucke
2021-11-19Cleanup: typos in commentsPhilipp Oeser
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-23Cleanup: remove unused functionManuel Castilla
2021-10-23Cleanup: use underscore suffix for private data membersManuel Castilla
2021-10-23Fix T92400: Denoise node Prefilter output is always "Fast"Manuel Castilla
2021-10-19Fix T85779: Cycles not using all threads when using OpenImageDenoiseBrecht Van Lommel
2021-10-15Cleanup: remove unused functionsManuel Castilla
2021-10-15Fix T72583: Sun Beams node artifactsManuel Castilla
2021-10-14Fix compile error with 'WITH_CXX_GUARDEDALLOC'Germano Cavalcante
2021-10-14Fix T90799: Box/Ellipse Mask node masking is off-centeredManuel Castilla
2021-10-14Fix Compositor stack use after scopeManuel Castilla
2021-10-14Cleanup: use `_` suffix for non-public data members in CompositorManuel Castilla
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-10-01Compositor: Fix Composite node using alpha when "Use Alpha" is offManuel Castilla
2021-10-01Compositor: Fix Flip node not flipping translation on Full FrameManuel Castilla
2021-10-01Compositor: Fix Dilate/Erode node crash with Step optionManuel Castilla
2021-10-01Compositor: Fix Movie Distortion node rendering an empty imageManuel Castilla
2021-09-29Cleanup: Simplify compositor Z Combine operation conversionAaron Carlisle
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Compositor: Full frame Glare nodeManuel 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-09-23Fix T91638: image editor Open Cached Render not loading some passesBrecht Van Lommel
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-09-19Compositor: Add OIDN prefiltering option to Denoise nodeManuel Castilla
2021-09-19Compositor: Fix crash exporting buffers on debugManuel Castilla
2021-09-19Compositor: Fix Alpha Over node ignoring emissive colorsManuel Castilla