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-22Cleanup: clang-formatCampbell Barton
2022-02-21Fix T95413: Blur node size input crashHabib Gahbiche
2022-02-18Fix T95809: Compositor Node not directly updated in image editor.Jeroen Bakker
2022-02-14Fix T95699: Compostior backdrop not updated.Jeroen Bakker
2022-02-10Fix strict warning initializing texture result in compositorSergey Sharybin
2022-01-28Remove compilation warnings TexResult.Jeroen Bakker
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2022-01-12DNA: Add space clip editor defaultsSimon Lenz
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
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
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-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-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 T90799: Box/Ellipse Mask node masking is off-centeredManuel 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: 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-19Compositor: Add OIDN prefiltering option to Denoise nodeManuel Castilla
2021-09-19Compositor: Fix Alpha Over node ignoring emissive colorsManuel Castilla
2021-09-11Compositor: Full frame previewsManuel Castilla
2021-09-05Compositor: New Posterize NodeAaron Carlisle