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
2013-03-16Assorted anim editor fixesJoshua Leung
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
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-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-09style cleanup: graph & armatureCampbell Barton
2012-04-29style cleanup: function calls & whitespace.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-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-13Fix #29879: ctrl+B border select with handles in the graph editor not selectingBrecht Van Lommel
2011-12-16remove duplicate if'0'd functions, same versions are in drawarmature.c.Campbell Barton
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-11-15Follow-up commit to r.41765Joshua Leung
2011-11-12Bugfix [#29212] Select before/after current frame deselects all channels inJoshua Leung
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-17Minor: fixing other UI typos.Bastien Montagne
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-21Animation Channel Filtering Refactor - Part 1Joshua Leung
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-24remove some warnings and possible use of un-initialized vars.Campbell Barton
2011-05-20was using the wrong rna type for GRAPH_OT_select_leftrightCampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
2011-03-11fix [#26452] Problem with key properties when OnlySelectedCurveKeyframes opti...Campbell Barton
2011-03-09Fix for [#26420] F-Curve key handles affected by NLA strip positionJanne Karhu
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-28remove unused vars.Campbell Barton
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-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-15Minor annoyance with graph editor selection:Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
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-22Graph Editor Selection Fix for Durian:Joshua Leung
2010-05-20Bugfix #22204: curve modifier onto lamp energy with more than one user of lam...Joshua Leung