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
2007-02-04== Sequencer ==Peter Schlaile
2006-11-22Crash in sequencer caused by incorrect checking for 'last seq'. This fixTon Roosendaal
2006-11-17== Sequencer ==Peter Schlaile
2006-11-16Bugfix: sequencer scrubbing crashed in cache limitor, missing NULL check.Ton Roosendaal
2006-11-12== Sequencer ==Peter Schlaile
2006-11-10== Sequencer ==Peter Schlaile
2006-11-09== Sequencer ==Peter Schlaile
2006-11-01Bugfix #5030Ton Roosendaal
2006-08-10Sequence render fix (report Johnny Matthews):Ton Roosendaal
2006-07-08Bug fix #4642Ton Roosendaal
2006-07-02Bugfix #4561Ton Roosendaal
2006-06-27Bugfixes from own collection:Ton Roosendaal
2006-06-26Bugs #4488 and #4431Ton Roosendaal
2006-06-24bugfix #4431Ton Roosendaal
2006-06-18Fix #4352Ton Roosendaal
2006-06-18Bugfix #4351Ton Roosendaal
2006-06-11Bugfix #4308Ton Roosendaal
2006-06-08==Sequencer==Peter Schlaile
2006-05-22Brought back the Scene strip in Sequencer. Even does a full composite withTon Roosendaal
2006-03-27==Sequencer==Peter Schlaile
2006-03-16We're now doing final conversions... float exrs to dpx amd png. Found aTon Roosendaal
2006-03-14Restored syntax for function calls in sequence.c.Ton Roosendaal
2006-03-12Sequencer now outputs float buffers to render too, when available.Ton Roosendaal
2006-03-07this patch features several cleanups and bugfixes for the sequencer:Peter Schlaile
2006-02-27Restored the free_imbuf_seq_except() in sequencer, to free all memoryTon Roosendaal
2006-02-23Work in progress commit on saving OpenEXR with all render-layers andTon Roosendaal
2006-02-06removed inline since it barfs on MSVCPeter Schlaile
2006-02-05* Adds configuration buttons for ffmpeg-outputPeter Schlaile
2006-02-04More work on render stuff!Ton Roosendaal
2006-01-24Giant commit!Ton Roosendaal
2006-01-09Orange branch: OpenEXR finally in Blender!Ton Roosendaal
2005-11-30A small tweak on the Glow effect Alpha channel.Johnny Matthews
2005-11-30Possible fix for bug #3400Johnny Matthews
2005-11-24Bugfix (own discovery!), using sequencer to render a scene updated theTon Roosendaal
2005-11-08Just have been told fmodf is C99, so I replaced it with fmod and casts...Alexander Ewering
2005-11-08Replaced my noble-prize worthy "float modulo" implementation with fmodf().Alexander Ewering
2005-11-08Changed my mind and made the "Strobe" value a float - this way you can getAlexander Ewering
2005-11-08New 'feature' for image/movie strips: StrobeAlexander Ewering
2005-09-22Courtesy of Shaul Kedem:Alexander Ewering
2005-07-14Bug fix #2799Ton Roosendaal
2005-05-27On Render or Anim, no redraws should happin in the UI for sequence window.Ton Roosendaal
2005-03-24Bug fix #2311Ton Roosendaal
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-01-07Bug fix #2104Ton Roosendaal
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-10Bug fix #1994Ton Roosendaal
2004-12-02Bug fix #1939Ton Roosendaal
2004-08-18Small tweak to the default Glow effect values, so there's aMatt Ebb
2004-08-03This commit changes the sweep effect to be called 'Wipe' in both UI and in ba...Johnny Matthews
2004-07-16Bunch of small fixes for warnings and whatnot....Kent Mein