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-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-15error in last commit, also skip getting vars for wm_operator_reports() when t...Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-08remove unused code & variables.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-21== Sequencer ==Peter Schlaile
2010-11-01Sequencer: fix for the fix of: #23318Peter Schlaile
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-30Fix for [#23318] SEQUENCER EFFECT: Glow blur amount should be relativeJanne Karhu
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-30Sequence effect scale to length should work with the original (non-extruded) ...Janne Karhu
2010-09-29Cleanup of code and ui of sequencer speed effect.Janne Karhu
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-08== Sequencer ==Peter Schlaile
2010-07-25== Sequencer ==Peter Schlaile
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-23== Sequencer ==Peter Schlaile
2010-07-12sequencer float conversion was only using rgb -> float conversion inconsistan...Campbell Barton
2010-06-23== Sequencer ==Peter Schlaile
2010-04-25== Sequencer ==Peter Schlaile
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21take 2...Campbell Barton
2010-03-21recent removal of includes broke for msvcCampbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-12-12Sequencer: Transform Strip updates (Durian wish)Andrea Weikert
2009-12-09Sequencer fix: Transform Strip wouldn't work with default_faderAndrea Weikert
2009-11-22== Sequencer ==Peter Schlaile
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-08-192.5: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r222...Brecht Van Lommel
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-01-25* added operators SEQUENCER_OT_lock, unlock, reload, refresh_all, view_all, v...Campbell Barton
2009-01-172.5: Blender "Animato" - New Animation System Joshua Leung
2009-01-122.5Ton Roosendaal