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
2012-08-26Compiling fix for Windows+Mingw: "Ambiguous" use of IStreamJoshua Leung
2012-08-24Fix for build error on some platforms, seems ImfStdIO.h is not included withBrecht Van Lommel
2012-08-24Fix second part #32377: saving/loading exr files to file paths with non-asciiBrecht Van Lommel
2012-08-22style cleanupCampbell Barton
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-06-14fix for years old bug - OpenEXR always adding alpha channel on load (how did ...Campbell Barton
2012-06-14code cleanup: zbuf/alpha exr writingCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16Avoid invalid delete call when loading multilayer EXR files with that don't f...Lukas Toenne
2012-04-03Make sure Multilayer EXR from other apps are read in as multilayer.Nathan Letwory
2012-04-03r45338 added multithreaded OpenEXR loading. Path to pthread was missing.Nathan Letwory
2012-04-02Solve namespace conflicts for ole grumpy MinGW. It seems FLOAT is also define...Antony Riakiotakis
2012-04-02Multithreaded EXR files loadingSergey Sharybin
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-05Fix for OpenEXR half float save function resulting in dark images savedSergey Sharybin
2012-03-02style cleanupCampbell Barton
2012-03-01Fix for Multilayer EXR API. This was using implementation stubs directly in t...Lukas Toenne
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-20reverting 41124, maybe better solution is to enforce linear space in generate...Antony Riakiotakis
2011-10-20#fix: Saving OpenEXR images as floats ignores color profile. This was not not...Antony Riakiotakis
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-15replace own inline cmake include search logic for a typical FindXXX.cmake mod...Campbell Barton
2011-06-15fix for openexr include path, for both cmake and scons a custom openexr insta...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2011-01-27[#25815] Patch gcc 4.6Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2010-12-31CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-27Bugfix #21385Ton Roosendaal
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton