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
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-03-28- made epydoc generator write a list of words used in descriptionsCampbell Barton
2009-03-182.50: some warning fixes.Brecht Van Lommel
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-03-10Addes libopenjpeg (jpeg2000) support to the MakefilesKent Mein
2009-03-06Addes jpeg2000 support to cmake.Kent Mein
2009-03-032.5 filebrowserAndrea Weikert
2009-02-17fix for [#17972] Saving/Loading Radiance HDR changes colorsCampbell Barton
2009-02-10dpx/cineon was using the OUTPUT settings when loading DPX - white point, blac...Campbell Barton
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-24jpeg2000 commit missed the 2 most important files.Campbell Barton
2009-01-24[#18164] jpeg2000 patch, with some fixes from Peter too.Campbell Barton
2009-01-172.5: various warning fixes.Brecht Van Lommel
2009-01-042.5 / CleanupNathan Letwory
2009-01-042.5Ton Roosendaal
2008-12-242.5 / SConsNathan Letwory
2008-12-192.5: globals cleanupBrecht Van Lommel
2008-12-17FFmpeg upgrade to revision 12758 (avformat version 52.13): support libavdevic...Benoit Bolsee
2008-12-15Make sure that WITH_OPENEXR is defined when sources are configuredChris Want
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-11bicubic_interpolation function was re-calculating a variable it didnt need to...Campbell Barton
2008-11-05* doing some warning cleaningNathan Letwory
2008-11-05* enable openjpeg building for win32/msvcNathan Letwory
2008-11-03Moving silence_log_ffmpeg to imbuf (it fits better there and fixes the link e...Martin Poirier
2008-11-02Quiet ffmpeg log by default. No more ugly stream info in console.Martin Poirier
2008-11-01Video Texture: remove support for capture device, the linux ffmpeg repository...Benoit Bolsee
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-10This commit fixes bug: [#17770] Texture Plugins do not work. (on windows)Kent Mein
2008-10-08Bugfix #17784Ton Roosendaal
2008-09-20Patch #8461, by Rob HausauerTon Roosendaal
2008-09-11Fix for bug #17602: 32 bit bmp files were read with red and blue swapped.Brecht Van Lommel
2008-09-10This is patch:Kent Mein
2008-08-18Fix compile problem in MSVC after Win64 patchBenoit Bolsee
2008-08-17Win64: compiles fine with scons with gcc nowDaniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-03== FFMPEG ==Peter Schlaile
2008-07-14Bugfix #17327Ton Roosendaal
2008-07-09Buhh... and now I left in testing print in exr code.Ton Roosendaal
2008-07-09Replaced strcasecmp with BLI_strcasecmp, to make msvc happy!Ton Roosendaal
2008-07-09Fix for reported openexr file reading failures.Ton Roosendaal
2008-06-29== FFMPEG / ImBuf ==Peter Schlaile
2008-06-23== FFMPEG ==Peter Schlaile
2008-06-16Patch [#13777]Diego Borghetti