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
2018-11-22UI: String tweak for "UnLock" and Un-Mute in VSEPablo Vazquez
2018-11-22UI: Fix Lock/Mute menu in VSEPablo Vazquez
2018-11-22UI: First batch of fixing missing categories for panels.Bastien Montagne
2018-11-09UI: Fix checking for sequences.Pablo Vazquez
2018-11-09UI: Fix bug when no sequencer strips were selected on a new scene.Pablo Vazquez
2018-11-08UI: Tweaks to Add menu in Video Sequencer Editor.Pablo Vazquez
2018-11-05UI VSE: Use icon for Refresh Sequencer button in the header.Pablo Vazquez
2018-11-05UI VSE: Rename OpenGL Render to Sequence Render.Pablo Vazquez
2018-11-05UI: Move Sync Markers from View to Marker menu.Pablo Vazquez
2018-10-08UI: layout tweaks for headers.William Reynish
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-09-06UI / Python: rename X-Ray to In Front, Draw to Display.Brecht Van Lommel
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-08-28UI: use keyword argumentsCampbell Barton
2018-08-28RNA: UILayout.split(..) 'percentage' to 'factor'Campbell Barton
2018-08-28UI: text keyword argument to labelCampbell Barton
2018-08-23UI: rename Grease Pencil panels in toolbar to Annotation.Brecht Van Lommel
2018-08-23Compositor: Film-like curveJeroen Bakker
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-30Merge branch 'master' into blender2.8Campbell Barton
2018-07-30Sequencer: move text & color into own categoryCampbell Barton
2018-07-17Render: add "OpenGL" render engine.Brecht Van Lommel
2018-07-03Keymap: Select/De-Select support for anim-editorsCampbell Barton
2018-07-02UI: Header consistency for SquencerPablo Vazquez
2018-06-28Merge branch 'master' into blender2.8Campbell Barton
2018-06-28Cleanup: use f-stringsCampbell Barton
2018-06-28Cleanup: pep8Campbell Barton
2018-06-28UI: Center ID Blocks in Video SequencerWilliam Reynish
2018-05-24UI: View menu area operators now in submenuCampbell Barton
2018-05-24UI: add top-level 'Edit' menuCampbell Barton
2018-05-01UI: move space-mode selectors before menu itemsCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-03-22Fix T54172: Avoid jumping panel length during playbackAaron Carlisle
2018-02-19Cleanup: rename SequenceEditor instance to 'ed'Campbell Barton
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-10-21Cleanup: use relative imports in bl_uiCampbell Barton
2017-10-09UI: VSE strip menu reorganizationAaron Carlisle
2017-09-02Cleanup: use title caps for labelsCampbell Barton
2017-08-11iFix T52050: Empty VSE preview for scene strips with OpenGL preview + Rendere...Bastien Montagne
2017-06-09UI: Fix some small ui inconsistenciesAaron Carlisle
2017-05-29UI correct use of "..." in the VSEAaron Carlisle
2017-05-22Fix T51577: ColorBalance strip modifier misses some color inputSergey Sharybin
2017-05-11Ammend last commit: add missing align for row propsAaron Carlisle
2017-05-11UI: Follow up on recent VSE workAaron Carlisle
2017-05-09Fix errors in vse ui commitAaron Carlisle
2017-05-09Fix assert failure caused by bug in sequencer interface scriptSergey Sharybin
2017-05-08Sequencer: Fix broken interface script since 415ff74Sergey Sharybin
2017-05-08UI: Cleanup VSE Properties ShelfMike Pan