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-09-05Code cleanup: remove context from RNA update functions, only one left.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-23Merging trunk up to r39637.Joerg Mueller
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-08-14- recently restored sequencer change data operator didnt reset the offsets af...Campbell Barton
2011-08-12sequencer todo: change sequence added back (C key)Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-073D Audio GSoC:Joerg Mueller
2011-08-05fix [#28160] Pressing Y on an image sequence to seperate the images takes the...Campbell Barton
2011-07-07Merging trunk up to r38167.Joerg Mueller
2011-07-06Fix #27880: sequencer separate images operator lost strip properties likeBrecht Van Lommel
2011-07-05Fix #27848: sequencer strip hard cut looses soft trim on second strip.Brecht Van Lommel
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-11remove some warning for unused struct membersCampbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-28better error reporting for seq_swap()M.G. Kishalmi
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-25Fix for [#25932] Video Sequencer: F-curve insertion failure after un-metaJanne Karhu
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-18fix for [#26533] didnt take scene strips into account, tested copy/pasting sc...Campbell Barton
2011-03-18fixed [#26533] Audio strip mute after copy/paste Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-31Bugfix [#25420] Sequencer View Zoom operator hiddenJoshua Leung
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-28Variable declaration in code, not allowed!Ton Roosendaal
2010-11-28== Sequencer ==Peter Schlaile
2010-11-09bugfix [#24623] VSE strip animation data out of sync after moving using shift-sCampbell Barton