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-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-19fix [#28018] Sequence Swap Data Operator does not workCampbell Barton
2011-06-23Merge with trunk r37757.Joerg Mueller
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-07draw sequences with invalid effect frame ranges pink to highlight they are in...Campbell Barton
2011-06-04fix [#27568] Segmentation fault in Sequencer when adding an effect strip with...Campbell Barton
2011-05-28better error reporting for seq_swap()M.G. Kishalmi
2011-05-17This fixes:Peter Schlaile
2011-05-16== Sequencer ==Peter Schlaile
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-01Style CleanupCampbell Barton
2011-04-30scene sequencer strips now work when camera override is used even if the scen...Campbell Barton
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-17== Sequencer ==Peter Schlaile
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-04-01fix for memory leak when freeing metastrips from the clipboard.Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-30quiet gcc implicit float -> double warnings & use floats in places.Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22Fix for [#26160] Blender Crashes when undoingJoerg Mueller
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-05This fixes: [#25608] Video Sequence Editor: problem using cut on a strip with...Peter Schlaile
2011-01-28Fix for [#25843] Multiple Scene Strip in Sequencer, bad scrubbing for armatur...Janne Karhu
2011-01-28Fix for [#25713] VSE shows and renders wrong straight alpha gradient even aft...Janne Karhu
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Spelling fix: itterator->iteratorSergey Sharybin
2010-12-29Silencing some compiler warnings (gcc)Joshua Leung
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17== Sequencer ==Peter Schlaile
2010-12-17This fixesPeter Schlaile
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03Fix for [#24899] Sequence Transform strips don't apply animation properly to ...Janne Karhu
2010-11-28== Sequencer ==Peter Schlaile
2010-11-22rename hide_tooltips_python to show_ ..., tag unused variable with recent seq...Campbell Barton
2010-11-21== Sequencer ==Peter Schlaile
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-09Bug fix: cutting a sequencer movie strip with sound could crash in some cases.Janne Karhu
2010-11-04Fix for [#24513] VSE curves displaced from effect when source is moved numeri...Janne Karhu
2010-11-01Sequencer: fix for the fix of: #23318Peter Schlaile
2010-10-31initialize structs to zero rather then using memset().Campbell Barton