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-11-21Fix #33222: When rendering DPX it's flipped in the Image EditorSergey Sharybin
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-05-18style cleanup: function definitionsCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell 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-15remove unused vars & avoid some clang warnings.Campbell Barton
2010-12-01bugfix [#23406] DPX Images load darker then saved, UI broken.Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-23DPX files are linear now, the gamma value in the file header shouldTon Roosendaal
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-10dpx/cineon was using the OUTPUT settings when loading DPX - white point, blac...Campbell Barton
2009-01-042.5Ton Roosendaal
2008-10-08Bugfix #17784Ton Roosendaal
2008-04-02dpx saving would fail if there was no float buffer, which is a problem when r...Campbell Barton
2008-03-10Add an option for saving/loading DPX with in log color space withBrecht Van Lommel
2007-03-11=Cineon Bug= Joseph Eagar
2006-04-02 - fix some minor typing/redefinition errors, shouldDaniel Dunbar
2006-03-20Cineon/DPX export didn't survive when Blender gave it negative colors.Ton Roosendaal
2006-03-12New: Import/Export of Cineon and DPX image files. The first is Kodak'sTon Roosendaal