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-10Realtime Compositor: Add basic color nodesOmar Emara
2022-07-01Fix possible wrong image color space when it is created from image bufferSergey Sharybin
2022-06-03Eevee/Workbench: store 8 bit image textures as half float for some color spacesBrecht Van Lommel
2022-06-01Cleanup: remove redundant const qualifiers for scalar & enum typesCampbell Barton
2022-05-23Fix Eevee blackbody wrong with non-default scene linear color spaceBrecht Van Lommel
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-23Python API: add mathutils.Color functions to convert color spacesBrecht Van Lommel
2022-05-20Fix wrong USD image color space export with non-default OpenColorIO configBrecht Van Lommel
2022-04-11Fix OpenColorIO error with configs using <USE_DISPLAY_NAME>Brecht Van Lommel
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-05-21Cleanup: spellingLeon Zandman
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques 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-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-02Cleanup: make remaining imbuf headers work in C++Jacques Lucke
2020-02-11DRW: Color Management improvementClément Foucault
2019-06-18Cleanup: remove unused render buffersBrecht Van Lommel
2019-06-07Fix T64625: Eevee image textures with alpha have dark edgesBrecht 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-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell 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
2018-12-06Color management: Use default view with no extra transform when not specifiedSergey Sharybin
2018-12-05Color management: Query default view from displaySergey Sharybin
2018-12-05Color management: Cleanup, typosSergey Sharybin
2017-05-07Color management: add Filmic view transform to Blender configuration.Brecht Van Lommel
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2016-05-06Implement threaded partial display buffer updateSergey Sharybin
2016-01-25ImBuf: Make luminance calculation inlinedSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-18Color management: added utility function to apply processor on a pixelSergey Sharybin