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-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-23Cleanup: Turn filter node methods into an EnumOmar Emara
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-19Fix: Crash when realtime compositor node is unlinkedOmar Emara
2022-08-17Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-17Cleanup: spelling in commentsCampbell Barton
2022-08-17Cleanup: strip blank lines around comment blocksCampbell Barton
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-11Cleanup: spelling in commentsCampbell Barton
2022-08-10Realtime Compositor: Fix clang tidy warningsOmar Emara
2022-08-10Realtime Compositor: Add stub unsupported nodesOmar Emara
2022-08-10Realtime Compositor: Add evaluator and engineOmar Emara
2022-08-09Merge branch 'blender-v3.3-release'Sergey Sharybin
2022-08-09Fix T99949: Crash when last input from File Output node is deletedSergey Sharybin
2022-08-09Compositor: Rename compositor build optionOmar Emara
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-04Cleanup: spelling in commentsCampbell Barton
2022-07-01Fix T99315: Unit plane track deform compositor node leads to unnecessary blurSergey Sharybin
2022-06-30Fix numerical issues with plane track compositor node with empty inputSergey Sharybin
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-09Cleanup: spelling in comments & variablesCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-05-13Color Management: various improvements and fixes for image savingBrecht Van Lommel
2022-05-12Cleanup: remove redundant float to byte conversion for stereo image savingBrecht Van Lommel
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-05Cleanup: unused parameter warningJacques Lucke
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-01Fix compositor memory leak after recent color management changesBrecht Van Lommel
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-21T84815: Missing preview image in compositing file output nodePierre Risch
2022-03-19Revert "Compositor: Support backdrop offset for the Viewer node"Brecht Van Lommel
2022-03-17Compositor: Support backdrop offset for the Viewer nodeHabib Gahbiche
2022-03-16Cleanup: incorrect comments, use C commentsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-21Merge branch 'blender-v3.1-release'Habib Gahbiche
2022-02-21Fix T95413: Blur node size input crashHabib Gahbiche
2022-02-18Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-18Fix T95809: Compositor Node not directly updated in image editor.Jeroen Bakker
2022-02-14Merge branch 'blender-v3.1-release'Jeroen Bakker
2022-02-14Fix T95699: Compostior backdrop not updated.Jeroen Bakker
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton