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
2019-04-20UI: remove redundant row for header templateCampbell Barton
2019-04-19Cleanup: mark unused arguments in UI scriptsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-03-14Cleanup: unused importsCampbell Barton
2019-03-13Cleanup: pass context to draw method instead of accessing from bpyCampbell Barton
2019-03-12Cleanup: rename specials -> context_menuCampbell Barton
2019-02-26UI: Move Pivot next to Orientation in headerWilliam Reynish
2019-02-18Markers: Make marker lines in sequencer and graph editor optionalJacques Lucke
2018-12-20Cleanup: remove intermediate menu drawing functionCampbell Barton
2018-12-17Merge branch 'master' into blender2.8Campbell Barton
2018-12-17Cleanup: use 'tool_settings' name everywhere in UI scriptsCampbell Barton
2018-11-29UI: menu items for Ctrl-Tab dope sheet/graph switchingCampbell Barton
2018-10-08UI: layout tweaks for headers.William Reynish
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-09-26UI: use pie menu for snap, pivot and proportional editing.William Reynish
2018-09-06UI: rename Translate/Grab to Move in UI, shortcuts stay the same.Brecht Van Lommel
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-03Keymap: Select/De-Select support for anim-editorsCampbell Barton
2018-07-02UI: Header consistencyPablo Vazquez
2018-07-02UI: Header consistency for animation editorsPablo Vazquez
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26AnimEditors UI: Move less frequently used filtering options to a "Filters" po...Joshua Leung
2018-06-20UI: expose Driver as a space typeCampbell Barton
2018-06-11UI: split left/right header buttonsCampbell Barton
2018-06-05Merge branch 'master' into 28Campbell Barton
2018-06-05Cleanup: pep8Campbell Barton
2018-06-05UI: context menu for other editor typesCampbell Barton
2018-05-24UI: View menu area operators now in submenuCampbell Barton
2018-04-23UI Tweak: Bring Graph Editor's mode selector left of the menus, as is now don...Joshua Leung
2018-01-17Added "Delete Invalid Drivers" operatorSybren A. Stüvel
2017-10-21Cleanup: use relative imports in bl_uiCampbell Barton
2017-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-02-09More tweaks to Normalisation options in Graph EditorJoshua Leung
2017-02-09Graph Editor: Replace Normalise/Auto checkboxes with toggle buttonsJoshua Leung
2016-06-23Code Cleanup - Circle/Lasso select in the Graph EditorJoshua Leung
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2015-10-13Missed this in previous commit...Bastien Montagne
2015-10-13Fix T46467: Clean Keyframes removes the channels.Bastien Montagne
2015-07-29Clean channels tool for Hwoozeberry.Antony Riakiotakis
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-04-13New operator for action and graph editor that centers around currentAntony Riakiotakis
2015-04-10Move clean operator from action/ipo editors to the delete menu, now thatAntony Riakiotakis
2015-04-10missed last commitCampbell Barton
2015-04-10rename _ipo -> _fcurveCampbell Barton
2015-04-09Separate proportional editing options for graph and action editor.Antony Riakiotakis
2015-03-31Proportional editing for IPO editor - version ready for feedback by artists.Antony Riakiotakis
2015-02-15Revert/Remove "Auto View" FeatureJulian Eisel
2015-02-06rename SIPO_AUTOVIEW -> SIPO_AUTO_VIEW_SELECTEDCampbell Barton
2015-02-06Graph Editor: Auto Viewjulianeisel