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-10-10header cleanup (no functional changes)Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-12== Sequencer ==Peter Schlaile
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28* Removing mocap GSoC (is an addon already).Joerg Mueller
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-08-073D Audio GSoC:Joerg Mueller
2011-07-283D Audio GSoC:Joerg Mueller
2011-07-263D Audio GSoC:Joerg Mueller
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
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