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
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08Disable saving property defaults for many of the properties for animation-editorJoshua Leung
2012-05-08style cleanup: nlaCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-01Spelling CleanupCampbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-12Bugfix [#29212] Select before/after current frame deselects all channels inJoshua Leung
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-12fix for ntreeGPUMaterialNodes(), using uninitialized exec pointer.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-06NLA Drawing - When "Show Control Curves" option in View menu isJoshua Leung
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Forgot NLA Editor support for this...Joshua Leung
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2010-12-09Added a few descriptions that were missing.Kent Mein
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-21Bugfix: #22385: Shift-click in NLA does not do 'extend' selectJoshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-23Durian Request: Expansion of Action Groups not linked between DopeSheet edito...Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-07- modal keymap for border selectCampbell Barton
2009-07-10NLA SoC: Notifier Fixes for Animation Editors Joshua Leung
2009-07-07NLA SoC: Current Frame can now be negative Joshua Leung
2009-07-07NLA SoC: Start of integration of Meta-strips in Transform Joshua Leung
2009-06-28NLA SoC: Renamed NLA-Editor operators to be more in line with those in other ...Joshua Leung
2009-06-21NLA SoC: Click-Select Operator and TweakModeJoshua Leung
2009-06-20NLA SoC: Fixes for problems arising from the mergeJoshua Leung
2009-06-11NLA SoC: Channel ordering changeJoshua Leung
2009-06-10NLA SoC: Added BorderSelect operators (BKEY and Alt-BKEY)Joshua Leung