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-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
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-132.6 UI Files:Thomas Dinges
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-07Sound clip NLA Strips for NexyonJoshua Leung
2011-07-20View All/Selected tools for NLA EditorJoshua Leung
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-04-10minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile fo...Campbell Barton
2011-04-05Bugfix [#26792] blender crash when scaling action strip in NLAJoshua Leung