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
2015-04-14Action Editor: Make the warning on unlinking actions a bit less intrusiveJoshua Leung
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-04-14Fix T44362 no easy way to repeatedly duplicate keyframes in actionAntony Riakiotakis
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-09Disable proportional editing when duplicating keyframesAntony Riakiotakis
2015-04-09Cleanup: redundant NULL checksCampbell Barton
2015-04-07Proportional editing support for the action editor.Antony Riakiotakis
2015-04-04CleanupCampbell Barton
2015-04-04WIP: Added dedicated operator for unlinking actions from the Action Editor (N...Joshua Leung
2015-04-04Tweaks to descriptions for Action Layer Up/DownJoshua Leung
2015-04-03Fix: Drawing glitch when renaming animation channelsJoshua Leung
2015-04-03Fix: Action/NLA Tweakmode ChecksJoshua Leung
2015-04-03Action Layer Up/Down: Fixes for NLA Solo / NLA MutingJoshua Leung
2015-04-03Code Cleanup: Deduplicate logic to switch between NLA Strips/ActionsJoshua Leung
2015-04-03Code Cleanup: Split out duplicate code for finding an available NLA strip abo...Joshua Leung
2015-04-03Action Editor: Go to Next/Previous Animation LayerJoshua Leung
2015-04-02Code Cleanup: Split Action management operator stuff into action_data.cJoshua Leung
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28NLA Strip Keyframes: Insert keyframe tools in Anim Editors work nowJoshua Leung
2015-03-28Nla Strip Controls: Added special FCurve type (in the animfiltering code)Joshua Leung
2015-03-28Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet...Joshua Leung
2015-03-03Grrr, missed those ones in previous commit!Bastien Montagne
2015-03-03UI messages fixes...Bastien Montagne
2015-03-01Bugfix T43851: Creating a new action after stashing crashes blenderJoshua 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-28Action Stashing: Don't allow an action to get stashed more than onceJoshua Leung
2015-02-28Code Cleanup: Deduplicate logic for getting AnimData block associated with Ac...Joshua Leung
2015-02-28Code cleanup: Split off the creation and setting logic for new actions into d...Joshua Leung
2015-02-28Code Cleanup: Separate out the logic for stashing actions into a separate fun...Joshua Leung
2015-02-28Action Editor: Stash Action OperatorJoshua Leung
2015-02-28Fix for previous commit: Pop up a warning in cases where the operator will re...Joshua Leung
2015-02-28Action Editor: Added "Push Down" operator to send the current action on to th...Joshua Leung
2015-02-28Code Cleanup: Clarify some comments regarding usercount managementJoshua Leung
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-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Cleanup: rename draw_markers_time -> ED_markers_drawCampbell Barton
2014-10-28Markers: show the area that handles marker eventsCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-07-20Bugfix T41077: Dope sheet's column select (alt + click) gets ignored with NLA...Joshua Leung
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-10Fix for invalid memory access in graph editor when deleting the lastLukas Tönne
2014-06-24Ctrl-F now activates the filter-by-name functionality for Animation EditorsJoshua Leung
2014-05-29Comments: Note direction in doxy argsCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton