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-03-20Fix T43986: VSE Mask Modifier don't move with video-Clip.Bastien Montagne
2015-02-11Fix VSE strip channel skip overlapping stripsCampbell Barton
2015-02-06Get rid of no scaling for proxies for master, it causes FX to crash,Antony Riakiotakis
2015-02-04Sequencer, scaling and audio synchAntony Riakiotakis
2015-02-04small typo in a code comment, fixing this before someone does it to prevent u...Dalai Felinto
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis
2015-01-30Get rid of the file touch hack.Antony Riakiotakis
2015-01-29Add some convenience operators to sequencer proxy panel:Antony Riakiotakis
2015-01-28Sequencer: Option to skip strip proxy generation if they already existsSergey Sharybin
2015-01-28Fix dreaded black screen for missing proxies - if requested proxy sizeAntony Riakiotakis
2015-01-27Fix T43429: bpy.ops.render.render() not working with scene in VSESergey Sharybin
2015-01-04sequencer: don't return big values (fill pointer instead)Campbell Barton
2015-01-01Fix T43078: Strip custom proxy files did not respect color space settingsSergey Sharybin
2014-12-05Amendment to previous commit: Add an option to scene strips to disable GPencilJoshua Leung
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
2014-12-04Fix T41883 proxy sizes not correct.Antony Riakiotakis
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-06Revert "Metastrips: disallow making a metastrip with only one strip present."Antony Riakiotakis
2014-10-21Fix sequencer clipboard with meta's containing ID referencesCampbell Barton
2014-10-21Fix sequencer duplicate with only handle selectedCampbell Barton
2014-09-04Metastrips: disallow making a metastrip with only one strip present.Antony Riakiotakis
2014-08-05Cleanup: indentationCampbell Barton
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-28Fix T40851: "Sequencer" auto-check after changing spaceview and scene.Bastien Montagne
2014-06-17Remove redundant checkCampbell Barton
2014-06-13Code cleanup: avoid call to BLI_countlistCampbell Barton
2014-06-04Fix issues when ungrouping meta changes the final sequencer renderSergey Sharybin
2014-05-29Sequencer: use escaping for sequence namesCampbell Barton
2014-05-27Fix T40373: Adding movie creates overlapping audio stripsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-24Fix T39785: Video Sequencer, Aspect Ratio issueSergey Sharybin
2014-04-21Fix T39818: Strips from file with long filename broke auto-naming - animation...Bastien Montagne
2014-04-14Fix T39702: VSE channel preview: strips used as effect operands no more visibleSergey Sharybin
2014-04-11Fix T39584: Effects strips render blackSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-04-01Fix for leak in BKE_sequence_sound_initCampbell Barton
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-26Fix T39424: VSE: Bake Sound to Curve CRASHES BlenderBastien Montagne
2014-03-20Code cleanup: use true/false in sequencer functionsSergey Sharybin
2014-03-20Fix T39141: Video Sequencer Proxies don't take into account Strip Input Offse...Sergey Sharybin
2014-03-16Fix T39208: Adding scene to another scene's VSE causes audio and video to be ...Bastien Montagne
2014-02-21Fix T38598: RGBA images don't blend well in VSE with Cross Effect StripSergey Sharybin
2014-02-11Fix null-pointer dereference in previous sequencer commitSergey Sharybin
2014-02-11Fix T38557: VSE clips with Alpha Over against a transparent background fail t...Sergey Sharybin
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton