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
2015-12-02Fix T46909: Text strip not themeableJulian Eisel
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-11-27Fix T46883: VSE Meta Strip crash on leaving Meta editing (tab).Bastien Montagne
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-22Fix T46678: Extending left handle of a VSE multicam effect strip with snap cr...Bastien Montagne
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-10-16Cleanup: use bools for v2d, minor ws editsCampbell Barton
2015-10-14Comment cleanup, use better lower bound for waveformAntony Riakiotakis
2015-10-14Fix T46189, draw style for waveforms occludes sequence strip text.Antony Riakiotakis
2015-10-05Cleanup: pass pointer to rctfCampbell Barton
2015-10-04Fix T46368: Subtitle Export: Subtitles are not sorted by time.Bastien Montagne
2015-10-04Fix (unreported) broken export of timecodes in SubRip VSE exporter.Bastien Montagne
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-08Fix T45726: Wrong handling of 'failed to generate' audio waveform data in VSE...Bastien Montagne
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-08-02Fix VSE showing FPS during scrubbingJulian Eisel
2015-07-28Sequencer: Disable Refresh Sequencer button while renderingSergey Sharybin
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-28Audaspace: use standalone library.Jörg Müller
2015-07-18Fix/enhance behavior of VES's 'alt-rmb' selection.Bastien Montagne
2015-07-18Fix (IRC reported) inverted behavior of select more/less in VSE.Bastien Montagne
2015-07-17Fix T45464: Blender Sequencer "Select Strips to the Left" produces opposite b...Bastien Montagne
2015-07-03Sequencer: srt export support.Antony Riakiotakis
2015-07-02Text effect strip for sequencer.Antony Riakiotakis
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2015-07-01Cleanup: Make select grouped effect code a bit more readableAntony Riakiotakis
2015-07-01Refactoring:Antony Riakiotakis
2015-07-01Removing gaps will now also move the scene markers, unless markers areAntony Riakiotakis
2015-06-25Revert "Fix off by one error in display of start/end frame in sequencer."Antony Riakiotakis
2015-06-17Fix me being stupid commit.Antony Riakiotakis
2015-06-17Cleanup: styleCampbell Barton
2015-06-16Cleanup: styleCampbell Barton
2015-06-15Copy strip modifier operator for sequencerAntony Riakiotakis
2015-06-12Cleanup: Correct commentJulian Eisel
2015-06-12Fix T45048: wrong tooltips in Video Sequence Editor's "Strip" Menu (mute/unmu...Bastien Montagne
2015-06-04New "use placeholders" feature of the sequencer did not detect correctAntony Riakiotakis
2015-05-27Fix off by one error in display of start/end frame in sequencer.Antony Riakiotakis
2015-05-20Fix reserve frames in sequencer failing with big frame ranges.Antony Riakiotakis
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Support displaying metadata for images in sequencer preview windows (notAntony Riakiotakis
2015-04-22Placeholder image strips feedback session changes no.2:Antony Riakiotakis
2015-04-22Placeholder image strips feedback session changes no.1:Antony Riakiotakis
2015-04-22Placeholders for sequencer take one.Antony Riakiotakis
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton