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-08-06UI: rename Border to Box SelectCampbell Barton
2019-06-11Fix T65393: Error live editing UI scriptsCampbell Barton
2019-05-28Cleanup: unused args/varsCampbell Barton
2019-05-21Cleanup: pep8Campbell Barton
2019-05-13I18n Disambiguation: "Add" in menu labels.Bastien Montagne
2019-05-07UI: Add initial context menu to NLAWilliam Reynish
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-02-26UI: Show marker lines in remaining animation spacesJacques Lucke
2018-12-20Cleanup: remove intermediate menu drawing functionCampbell Barton
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-09-27Cleanup: pep8Campbell 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-13UI: Make NLA header consistent with dopesheetDalai Felinto
2018-05-24UI: View menu area operators now in submenuCampbell Barton
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
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2016-04-16Anim Editors: "View Frame" Operator - Code Cleanups/Reshuffling + NLA/Timelin...Joshua Leung
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-01-29Followup for previous commit: fix mismatches between menu entry and shortcut ...Bastien Montagne
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-07-06NLA/AnimEditors: Added operator to remove all "empty" AnimData blocksJoshua Leung
2014-05-01View2d: bring back 2.4x option to lock time for 2d viewsCampbell Barton
2014-04-28NLA Editor: Make Single User for NLA StripsJoshua Leung
2014-04-28NLA Editor: Duplicate/Duplicate LinkedJoshua Leung
2014-04-28Oops! Typo in previous commitJoshua Leung
2014-04-28NLA Editor: Added an operator to set preview range based on the extents of se...Joshua Leung
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-14NLA Editor: Operator to add AnimData to selected objects so that they can appearJoshua Leung
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-14replace ANIM_OT_time_toggle operator with generic WM_OT_context_toggle operatorCampbell Barton
2012-01-14fix own bug [#29875] Due to operators now reusing there last-used settings, s...Campbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-03patch [#27917] MARKER MENUS: Unification and adding "Duplicate Marker to Scen...Campbell Barton
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton