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-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-07DrawManager: Engine Instance Data.Jeroen Bakker
2021-11-24Cleanup: Renamed DefaultDrawingMode ImageSpaceDrawingMode.Jeroen Bakker
2021-11-24ImageEngine: Remove unneeded check for tiled image.Jeroen Bakker
2021-11-09Cleanup: clang-formatCampbell Barton
2021-11-08Fix ASAN issue in image editor.Jeroen Bakker
2021-11-05Cleanup: Remove redundant scope qualifiers.Jeroen Bakker
2021-11-05Cleanup: Split image engine into ImageEngine, SpaceAccessor and DrawingMode.Jeroen Bakker
2021-11-02Fix: Build error on windows.Ray Molenkamp
2021-11-02Removed compilation warning nullptr check in image engine.Jeroen Bakker
2021-11-02Merge branch 'blender-v3.0-release'Philipp Oeser
2021-11-02Cleanup: clang-tidyCampbell Barton
2021-11-02Fix T92608: Image Editor does not display stereo imagesPhilipp Oeser
2021-11-02Cleanup: Change image engine to CPP.Jeroen Bakker
2021-08-26Cleanup: spelling in commentsCampbell Barton
2021-08-24Render: Lazily allocate render passes pixels storageSergey Sharybin
2021-08-23Fix T90772: Image Editor not sampling color from the the currentlyPhilipp Oeser
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-12Cleanup: Clang formatPhilipp Oeser
2021-07-09Fix channel packed images display in the Image/Node editorPhilipp Oeser
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-02-23Fix T85895: Viewing value passes in Image Editor displays the value as alphaPhilipp Oeser
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-25Fix T84398: Multiview images show only one view.Jeroen Bakker
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-04Cleanup: clang-formatSybren A. Stüvel
2020-11-24Fix T80748: Render Emissive Colors in Compositor BackdropJeroen Bakker
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-22Fix T81026: Image Editor: Alpha (like Bloom) not showing properlyJeroen Bakker
2020-09-21Cleanup: correct naming IMAGE_Z_DEPTHJeroen Bakker
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-18Fix T80927: UV Edges Not Visible When Repeat Image ActiveJeroen Bakker
2020-09-17Cleanup: warning (missing-braces)Campbell Barton
2020-09-16Cleanup: silence [-Wmissing-braces] warning.Ankit Meel
2020-09-15Fix T80787: Fix White edges when rendering transparent smokeJeroen Bakker
2020-09-15Revert "Image Editor: Make Rendering of Pure Emissive Colors Optional"Jeroen Bakker
2020-09-15Fix T80746: Image blur in compositor creates halo from alphaJeroen Bakker
2020-09-15Image Editor: Make Rendering of Pure Emissive Colors OptionalJeroen Bakker
2020-09-15Fix Unreported: Repeat Image RegressionJeroen Bakker
2020-09-14DrawManager: Resolve Assert in Image EngineJeroen Bakker
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker