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
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-10-26remove null checks for macro definitions, if these fail then something is bro...Campbell Barton
2013-10-22Adding comments to clarify each set of modifier mappings for animation editorsJoshua Leung
2013-05-11only use OSKEY as a replacement for CTRL on Apple (was already the case in ma...Campbell Barton
2013-05-10Fix #35267: cmd+v, cmd+c on OS X for copy/paste worked in some editors like t...Brecht Van Lommel
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2012-12-06Fix #33423: a few operators still allowed changing current frame duringBrecht Van Lommel
2012-10-15Making "Jump to Keyframes" operator (for Action/Graph Editors) more obviousJoshua Leung
2012-09-27Fix #32658: left mouse button selection did not work well in the graph and maskBrecht Van Lommel
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-05-09style cleanup: graph & armatureCampbell Barton
2012-05-05Fix related to [#31157]: Tips (descriptions) of macro operators were not set ...Bastien Montagne
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-01-16more keymap editsCampbell Barton
2012-01-15Another fix for previous own fix...Bastien Montagne
2012-01-15Fix [#29894] Selection in sequence editor does not de-select other stripsBastien Montagne
2012-01-14replace operator to toggle handles with generic wm operatorCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-22Fix #28365: some macro operators were missing descriptions.Brecht Van Lommel
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-06-01Usability Tweak [#27469]Joshua Leung
2011-05-25Swapped hotkey for setting interpolation from Shift-T to TKEY, sinceJoshua Leung
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-25Graph Editor: Euler Filter ported from Py to CJoshua Leung
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-19Safety checks for macro definesJoshua Leung
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-04Bugfix #26317Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-02"Batch-Edit" Code cleanup: Renaming ED_operator_ipo_active toJoshua Leung
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-14Fix for 'handle_type' submenu in Graph Editor no longer working.Joshua Leung
2010-12-14Change set handle types back to menu now menus have key access - V+A, V+V, V+...Campbell Barton
2010-12-10Bugfix #25153Ton Roosendaal
2010-12-09Bugfix #25150Ton Roosendaal
2010-11-17Bugfix for previous commit.Joshua Leung
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-20Bugfix #22917: Translating numerically doesn't allow animationJoshua Leung
2010-07-17reverting commit r28693. Making backspace a 3rd delete key.Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish