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
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-16Fix #29260: Missing "Extend" parameter for Border SelectSergey Sharybin
2011-10-19Merged changes in the trunk up to revision 41099.Tamito Kajiyama
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-11Merged changes in the trunk up to revision 40911.Tamito Kajiyama
2011-09-25whitespace cleanupCampbell Barton
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-22Rearrange anim channels - quick hotkey tweakJoshua Leung
2011-08-21Bugfix [#28308] Crashes when individual channels are moved in ActionJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-03Animation channels can now be renamed by Ctrl-Clicking on them, as inJoshua Leung
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-09Compiler warning fixJoshua Leung
2011-07-08Deleting Grease Pencil layers from Action-Editor works againJoshua Leung
2011-07-06NLA Drawing - When "Show Control Curves" option in View menu isJoshua Leung
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
2011-06-22Bugfixes for recent commits:Joshua Leung
2011-06-22Bugfix [#21276] The Tab key is not working in the Graph Editor whenJoshua Leung
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-11Merged changes in the trunk up to revision 37388.Tamito Kajiyama
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-04Building fix: added missing include. Aligorith: would be nice to include need...Joerg Mueller
2011-06-02Deleting keyframes usability tweak:Joshua Leung
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-01Merged changes in the trunk up to revision 36408.Tamito Kajiyama
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-03-28Merged changes in the trunk up to revision 35828.Tamito Kajiyama
2011-03-27Bugfixes due to recent RNA renaming:Joshua Leung
2011-03-06Merged changes in the trunk up to revision 35367.Tamito Kajiyama
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-26Merged changes in the trunk up to revision 35203.Tamito Kajiyama
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14Merged changes in the trunk up to revision 34828.Tamito Kajiyama
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-10Small consistency fixupsJoshua Leung
2011-02-10Bugfix [#25831] Sorting channels brokenJoshua Leung
2011-02-06Merged changes in the trunk up to revision 34670.Tamito Kajiyama
2011-02-02"Batch-Edit" Code cleanup: Renaming ED_operator_ipo_active toJoshua Leung
2011-01-16Merged changes in the trunk up to revision 34335.Tamito Kajiyama
2011-01-11Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet EditorJoshua Leung
2011-01-09Merged changes in the trunk up to revision 34193.Tamito Kajiyama
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Animation data for lattices is now shown in the Animaton EditorsJoshua Leung
2010-12-27Merged changes in the trunk up to revision 33894.Tamito Kajiyama
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton