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
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-12-03Fix linker errors when building without CyclesSybren A. Stüvel
2020-11-11Fix T82602: checking image header reads past buffer boundsCampbell Barton
2020-11-11Cleanup: pass header size to 'is_a' callbacksCampbell Barton
2020-11-10ImBuf: support detecting the file format from in-memory imagesCampbell Barton
2020-11-09Cleanup: imbuf callback namingCampbell Barton
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-07-10Fix T66571: Unable to change input color space of PSDSergey Sharybin
2019-05-25imbuf/oiio: Resolve build warnings with MSVC.Ray Molenkamp
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: fix compiler warnings.Brecht Van Lommel
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-16Make imbuf's OIIO bindings to compile with latest OIIO from gitSergey Sharybin
2016-11-29Fix compilation error with latest OIIO 1.7.8Sergey Sharybin
2016-02-20ImBuf: Cleanup, don't use `using namespace`, it's a bad practiceSergey Sharybin
2016-02-20ImBuf: Solve re-definition warningsSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-06-05ImBuf: Fix compilation error with latest OIIOSergey Sharybin
2015-03-27ImBuf: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-05-10Fix T40107: painting on a psd image crashes blender + style cleanup in fileDalai Felinto
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-10-23style cleanupCampbell Barton
2013-10-18Add debug prints to the PSD loader in imbuf. The error message can be obtain...Irie Shinsuke
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-12scons: fix WITH_PSD compiling, still i think muddled naming is used here, tod...Jens Verwiebe
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-10style cleanupCampbell Barton
2013-10-09style cleanupCampbell Barton
2013-10-09fix building when WITH_PSD is OFF, stub is not needed afterallDalai Felinto