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
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Compositor: Full frame ID Mask nodeManuel Castilla
2021-06-23Compositor: Full frame Image nodeManuel Castilla
2021-06-23Cleanup: remove unused parameterManuel Castilla
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Cleanup: improve naming in CompositorManuel Castilla
2021-06-21Cleanup: move function parameter to memberManuel Castilla
2021-06-16Fix: Image node alpha socket converted to operations twiceManuel Castilla
2021-06-16Compositor: Full frame Value nodeManuel Castilla
2021-06-16Compositor: Full frame RGB nodeManuel Castilla
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-15Cleanup: use back-slash for doxygen commentsCampbell Barton
2021-06-09Fix: Compositor test desintegrate failing on arm64Manuel Castilla
2021-06-09Compositor: Refactor recursive methods to iterativeManuel Castilla
2021-06-08Fix compile error with 'WITH_CXX_GUARDEDALLOC'Germano Cavalcante
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-02Fix T88567: Cryptomatte only works for the first View Layer.Jeroen Bakker
2021-06-02Cleanup: spelling in commentsCampbell Barton
2021-06-01Cleanup: clang-tidyJacques Lucke
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-05-31Fix (unreported): TextureOperation inputs have no resolutionManuel Castilla
2021-05-26Compositor: Use BLI_color in convert alpha node.Jeroen Bakker
2021-05-24Cleanup: Refactor PlaneTrack and PlaneDistort operationsManuel Castilla
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-10Compositor: Add vars and methods for easier image loopingManuel Castilla
2021-05-03Merge branch 'blender-v2.93-release'Sergey Sharybin
2021-05-03Fix T87989: Crash using OpenCL in compositorSergey Sharybin
2021-04-28Fix Compositor: WorkScheduler task model deletes worksManuel Castilla
2021-04-28Fix Compositor: WorkScheduler task model deletes worksManuel Castilla
2021-04-28Replace COM_DEBUG #define with constexpr. Fixes T87035Tyler
2021-04-23macOS: Fix unknown -Wsuggest-override warningAnkit Meel
2021-04-14Fix (unreported) compositor resolution propagation broken by some nodesManuel Castilla
2021-04-13Cleanup: sort cmake file listsCampbell Barton
2021-04-12Fix T74680: Incorrect mixing in Glare nodeSzymon Ulatowski
2021-04-12Compositor: Allocate OIDN memory after receiving lock.Jeroen Bakker
2021-04-12Fix: File output uses incorrect resolution when first socket unused.Jeroen Bakker
2021-04-12Fix T87252: File output node broken with more than 4 inputs.Jeroen Bakker
2021-04-09Compositor: Output where debug is stored.Jeroen Bakker
2021-04-09Compositor: Enable suggest-override warning.Jeroen Bakker
2021-04-08Cleanup: spellingCampbell Barton
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-06Compositor: Add Streaming Operator for NodeOperationBuilder.Jeroen Bakker
2021-04-06Suppress compiler warning.Jeroen Bakker
2021-04-02Cleanup: Remove blender namespace from Map.Jeroen Bakker
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-04-02Cleanup: Added leading `e` to enum types.Jeroen Bakker
2021-04-02Cleanup: rename eChunkExecutionState to eWorkPackageState.Jeroen Bakker
2021-04-02Compositor: stream operators for WorkPackages.Jeroen Bakker