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
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-13Sequence editor: Renamed "Override" to "Overwrite" in "Set Selected Strip Pro...Sybren A. Stüvel
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-31Fix T51661: Swaping strips does not refresh sequencerSergey Sharybin
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-03-24Fix various i18n ambiguous issues reported in T43295.Bastien Montagne
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-05VSE sound strips: draw either the waveform or text label, not both.Sybren A. Stüvel
2016-08-04UI: Correct tooltips for properties region toggle OPJulian Eisel
2016-07-15Sequencer: Remove add effect strip filesel propertiesCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-14VSE: minor drawing glitch with meta'sCampbell Barton
2016-06-11Fix T48617: VSE: Do not draw backdrop in Seq + Preview mode, only makes sense...Bastien Montagne
2016-06-10VSE: select by group: add option to select by group on same channel only.Bastien Montagne
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-06-07Fix T48600: VSE strip 'side selection' fails in 'Both' case.Bastien Montagne
2016-05-24Sequencer's histogram view: OMP -> BLI_task.Bastien Montagne
2016-05-14Fix T48426: Use same length for all header message strings.Bastien Montagne
2016-04-17"View Frame" now works in the sequencer tooJoshua Leung
2016-03-21Fix T47862: VSE hard cut failsCampbell Barton
2016-03-16Sequencer: Alt-RMB select handle now always selects stripCampbell Barton
2016-02-16Set line-width for sequencer bordersCampbell Barton
2016-02-15Fix white balance, was doing unnecessary linear conversionsCampbell Barton
2016-02-11Fix T47378: Separate images popup UI does nothingCampbell Barton
2016-02-07Cleanup: line widthCampbell Barton
2016-02-02Usual i18n/UI message fixes...Bastien Montagne
2016-01-29Sequencer: It is now possible to append strip's modifiers to all selected onesSergey Sharybin
2016-01-29Cleanup: remove unused codeCampbell Barton
2016-01-27Sequencer: Fix crash when trying to change filepath of Sound stripSergey Sharybin
2016-01-25Fix regression in sequencer overlay draw optionCampbell Barton
2016-01-09Audaspace: Sequencer sound bugfix and mono UI.Jörg Müller
2016-01-08Sequencer: Tweak to how/when the "use_framerate" option is enabledJoshua Leung
2016-01-08Sequencer: Use movieclip framerate when importing new movie stripsJoshua Leung
2016-01-04Fix crash sequencer drawing with no soundCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-28White Balance modifier for the VSEThomas Beck
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-15Fix 'change path' opening file browser with wrong filter for sound stripsJulian Eisel
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
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