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
2011-05-25fix [#27478] Crash on image editor after loading exr imagesCampbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-08fix for own assert with image scaling, wasnt working with float images.Campbell Barton
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-17bugfix [#26502] segmentationfault on pressing button to browse existing image...Campbell Barton
2011-03-17BLI_assert's for when scaledownx / scaledowny don't use the buffer correctly ...Campbell Barton
2011-03-17changed short's to int's image scale and flip functions (images can be bigger...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...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
2010-12-14Bugfix #22040Ton Roosendaal
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-28images bigger then 32k no longer crash blender, use unsigned int for image si...Campbell Barton
2010-09-02Spell fix, reported by troy_s in IRC. Thomas Dinges
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-05-18Bugfix #18733 & #18609 (revisited)Ton Roosendaal
2009-04-29bugfix #18609Ton Roosendaal
2009-04-06Bugfix #18266Ton Roosendaal
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-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-09Bugfix: scaling images anti-aliased with either the width or heightBrecht Van Lommel
2008-02-08Just removed some unused vars cleaning up some little warnings.Kent Mein
2008-01-30== Sequencer / Imbuf ==Peter Schlaile
2007-01-22Paprmh's fix for the blur plugin.Kent Mein
2006-09-14Patch #4970 (brecht)Ton Roosendaal
2006-06-10==Sequencer==Peter Schlaile
2006-03-14WIP commit on getting the 'render result layers' saved in a singleTon Roosendaal
2006-03-14Interpolated scaling for float buffers in Imbuf still went wrong...Ton Roosendaal
2006-03-13More bugs in float imbuf scaling code... an x and y were mixed up, causingTon Roosendaal
2006-03-12Scaling code in imbuf didn't like float buffers enough yetTon Roosendaal
2006-03-09When imbuf has both float and byte rects, the scale-fast function crashed.Ton Roosendaal
2006-03-07this patch features several cleanups and bugfixes for the sequencer:Peter Schlaile
2006-01-24Giant commit!Ton Roosendaal
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-01-03This is a pretty lame commit but here it is:Kent Mein
2002-11-25updated .c files to include:Kent Mein
2002-10-12Initial revisionv2.25Hans Lambermont