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
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
2013-09-03Fix #36359: sequencer frame indicator not updating during animation render.Brecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-04-28Bug fix #35117Ton Roosendaal
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-27Added RGBA|RGB channels toggle to sequencer previewSergey Sharybin
2012-12-18style cleanupCampbell Barton
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-12Sequencer: overlay display type optionsSergey Sharybin
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton
2012-07-03Fix #32002: "Anim Player" button on header doesn't appearSergey Sharybin
2012-06-14Sequencer Drag & Drop -- disallow dropping on sequences for the current drop_...Dan Eicher
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-07initial support for editing masks in the sequencer, currently only draw the m...Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30Sequencer Preview Area:Thomas Dinges
2012-04-13Code cleanup:Thomas Dinges
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-15fix for buffer overrun with BLI_split_dirfile(...), was simple to do since ma...Campbell Barton
2011-09-19Sequencer: switching to preview mode works fine againSergey Sharybin
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-08-093D Audio GSoC:Joerg Mueller
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).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-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2010-12-11Sequencer:Ton Roosendaal
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-09-28Sequencer timeline didn't update on FPS or FPS Base changes in render setting...Nathan Letwory
2010-07-21Fix #22894: sequencer drag & drop wasn't working anymore.Brecht Van Lommel
2010-07-08Sequencer display overlay option, this can show a border area from another ti...Campbell Barton
2010-06-26new notifier for FRAME_RANGE, use to recalculate the timeline scrollbar range.Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-14naming changesCampbell Barton
2010-05-09***Drag and drop fun!***William Reynish