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
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2013-04-03code cleanup: unused functionsCampbell Barton
2013-03-27sequencer gapsCampbell Barton
2013-03-26Sequencer usability:Ton Roosendaal
2013-03-26style cleanup:Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23Sequencer: display color sample information when mouse is holded downSergey Sharybin
2012-08-23Sequencer: move up/down operators for modifiersSergey Sharybin
2012-08-23de-duplicate sequencer jump operator, use next/prev option instead.Campbell Barton
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-12Sequencer: overlay display type optionsSergey Sharybin
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-07new sequence strip type for masks.Campbell Barton
2012-05-29fix for sequencer selection and naming in the outliner, was broken since 2.5xCampbell Barton
2012-05-08style cleanup: misc editor changes.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-13Code cleanup:Thomas Dinges
2012-03-22Fix #30491: Not Updating Scene LengthSergey Sharybin
2012-03-21== Sequencer ==Peter Schlaile
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-14make sequencer use standard select operator with action property, remove sele...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28patch [#28571]Campbell Barton
2011-08-28== Sequencer ==Peter Schlaile
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-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-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
2010-07-08Sequencer display overlay option, this can show a border area from another ti...Campbell Barton
2010-07-04sequencer re-assign inputs backCampbell Barton
2010-06-24Move some sequencer functions about, no functional changes.Campbell Barton
2010-06-21sequencer swap data operator.Campbell Barton
2010-06-17sequencer numpad keys for zoom levelsCampbell Barton
2010-05-06Fix [#22256] bpy.ops.sequencer.delete.poll() not workingMatt Ebb
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-07Partial fix for [#20567] SEQUENCER: Image Preview completely unusableAndrea Weikert
2009-12-17sequencer clipboardCampbell Barton
2009-12-15* rna attributes for sequence strips - seq.start_frame_final & seq.end_frame_...Campbell Barton
2009-12-15* made seqence swap into 1 operator with left/right enum optionCampbell Barton
2009-12-15Sequencer drawing cleanup (Part 1)Andrea Weikert
2009-11-26Sequencer Drawing Code - Refactoring Part 1:Joshua Leung