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-09-17Merge branch 'master' into soc-2014-viewport_contextCampbell Barton
2014-09-09Usual UI messages fixes...Bastien Montagne
2014-09-04Metastrips: disallow making a metastrip with only one strip present.Antony Riakiotakis
2014-09-03Expose "select all strips to left/right" in the select menu.Antony Riakiotakis
2014-09-01Merge branch 'master' into soc-2014-viewport_contextAntony Riakiotakis
2014-08-06Fix T41323: Sequencer: video window taking all the place when switching to sp...Bastien Montagne
2014-08-06Cleanup: mostly move together main area init/draw/handler callback, and some ...Bastien Montagne
2014-07-26SCons support for Ghost context refactorJason Wilkins
2014-07-24Merge branch 'master' into soc-2014-viewport_contextJason Wilkins
2014-07-23[Ghost Context Refactor] initial commit based on code review of https://devel...Jason Wilkins
2014-07-22Fix T41086: VSE separate images increases file size abnormally.Bastien Montagne
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-04Fix issues when ungrouping meta changes the final sequencer renderSergey Sharybin
2014-05-27Fix T40373: Adding movie creates overlapping audio stripsCampbell Barton
2014-05-13Fix T40158: Playback with 100% proxies is very slowSergey Sharybin
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-28Fix T39597: Missing entries in VSE Preview menuPeter Schlaile
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Fix T38860: Video preview in VSE shows a distorted and jagged appearance at s...Sergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-03-18Fix T38566: "Separate images" in VSE is not working any longerSergey Sharybin
2014-02-26Fix for sequencer add operators showing up in spacebar search.Campbell Barton
2014-02-21NDOF: Fit key working for logic, clip and sequencerCampbell Barton
2014-02-20Fix crash when deleting strip used as mask in another strip modifierSergey Sharybin
2014-02-18NDOF: add keymapping for the 'fit' button for other 2d viewsCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-18Send sequencer render context as const pointer rather than as valueSergey Sharybin
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-08Sequencer: prevent unknown scopes from crashingCampbell Barton
2014-01-02Fix T38004: size of Waveform, Vectorscope and Histogram is incorrect in VSESergey Sharybin
2014-01-02Fix T38002: crash selecting a view mode for "Preview" in Sequence EditorSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-04Fix T37690: UI does not immediatelly reflect new length of effect stripSergey Sharybin
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel