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-03-19Moving classes to separate listing broke panel orderCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2016-08-01Cleanup: unused vars, imports, pep8Campbell Barton
2016-07-07RNA: rename sorting -> sortCampbell Barton
2016-07-07Animation Editors: Object datablocks are now sorted alphabetically by defaultJoshua Leung
2016-06-23Dopesheet: Lasso and Circle Select tools work for selecting keyframesJoshua Leung
2016-06-22Fix T48703: Name inconsistency w/ area maximize/fullscreenCampbell Barton
2016-05-08Action Editor: Initial support for a Properties RegionJoshua Leung
2016-03-23AnimEditors: Fuzzy/Multi-Word Name FilteringJoshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-10-13Missed this in previous commit...Bastien Montagne
2015-10-13Fix T46467: Clean Keyframes removes the channels.Bastien Montagne
2015-10-08Fix: Do not show "Paste Flipped" in the Dope Sheet's Grease Pencil modeJoshua Leung
2015-07-29Clean channels tool for Hwoozeberry.Antony Riakiotakis
2015-04-14NLA: The "filter by name" functionality now works with NLA strips tooJoshua Leung
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-09Separate proportional editing options for graph and action editor.Antony Riakiotakis
2015-04-07Proportional editing support for the action editor.Antony Riakiotakis
2015-04-04WIP: Added dedicated operator for unlinking actions from the Action Editor (N...Joshua Leung
2015-04-03Action Editor: Move up/down buttons to be before the datablock selectorJoshua Leung
2015-04-03Action Editor: Go to Next/Previous Animation LayerJoshua Leung
2015-04-02Action Editor: Experimental tweak to ordering of buttonsJoshua Leung
2015-02-28Action Editor: "New Action" operator now stashes old actions, and is used by ...Joshua Leung
2015-02-28Action Editor WIP: Adding new actions in Action Editor now uses the "stash an...Joshua Leung
2015-02-28UI Tweak: Display labels for Push Down and StashJoshua Leung
2015-02-28Action Editor: Stash Action OperatorJoshua Leung
2015-02-28Action Editor: Added "Push Down" operator to send the current action on to th...Joshua Leung
2015-01-29Followup for previous commit: fix mismatches between menu entry and shortcut ...Bastien Montagne
2015-01-29cleanup: pep8Campbell Barton
2015-01-09Gooseberry animation request: Paste flipped pose in actionAntony Riakiotakis
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-10-14Fullscreen Editor (new fullscreen mode for clean UI)Dalai Felinto
2014-05-01View2d: bring back 2.4x option to lock time for 2d viewsCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-09-04Fix for missing filter button to visualize/hide animation data related to lin...Tamito Kajiyama
2013-06-10Bugfix [#35643] Animated textures are invisible in Graph Editor if it is notJoshua Leung
2013-03-11code cleanup: pep8 & minor changesCampbell Barton
2013-03-06Feature Request: "Show Errors" Filter for Anim Editors now works forJoshua Leung
2013-02-22Animation Editors: Operators to Group/Ungroup Selected F-CurvesJoshua Leung
2013-01-16style cleanupCampbell Barton
2012-11-20Bugfix [#33154] Toggle/Enable/Disable channel settings operators inJoshua Leung
2012-10-15Making "Jump to Keyframes" operator (for Action/Graph Editors) more obviousJoshua Leung
2012-10-10Graph Editor: Added a filtering option for Drivers mode to only show F-CurvesJoshua Leung
2012-05-24Restoring Group Colours for Animation Channels - Part 1Joshua Leung
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...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-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