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-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-05-21Cleanup: spellingLeon Zandman
2021-02-17Fix OpenColorIO 2.0 GPU shader error in uniform assignmentBrecht Van Lommel
2021-02-12OpenColorIO: upgrade to version 2.0.0Brecht Van Lommel
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-11-16Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-16Fix T82460: Color Management Curves do not update when Image/UV EditorPhilipp Oeser
2020-11-13Cleanup: remove unnecessary ImFileType.ftype callbackCampbell Barton
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-14Cleanup: use doxy sections for imbufCampbell Barton
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-21Cleanup: spellingCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09EEVEE: Implement the missing Sky textureSzymon Ulatowski
2020-05-15Fix T76698: Movie clip stabilize display ignore footage colorspacePhilipp Oeser
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19ColorManagement: Incorrect Memory Read for RGB imagesJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-11DRW: Color Management improvementClément Foucault
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-09-07Cleanup: style, spellingCampbell Barton
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-06-18Cleanup: remove unused render buffersBrecht Van Lommel
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-07Fix T64625: Eevee image textures with alpha have dark edgesBrecht Van Lommel
2019-05-20Color Management: update configuration, remove legacy transformsBrecht Van Lommel
2019-05-19Images: change alpha settings to support channel packingBrecht Van Lommel
2019-05-18Fix T64762: incorrect textures for non-color images with an alpha channelBrecht Van Lommel
2019-05-13Cycles/Eevee: unified and improved texture image color space handlingBrecht Van Lommel
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-20Cleanup: remove unused OpenGL functions, rename some for clarityBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-13Color management: add OCIO aware utility functions for transform to/from XYZ.Brecht Van Lommel
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel