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-06-30Some tweaks to naming of channels in animation editors - thanks MattJoshua Leung
2011-06-27Texture Nodes AnimEdit supportJoshua Leung
2011-06-27AnimChannelFiltering - Material Nodes supportJoshua Leung
2011-06-22Animation Channel Filtering Refactor - Part 3 (Visibility Flag Split)Joshua Leung
2011-06-21AnimFiltering Code Cleanups - Part 2Joshua Leung
2011-06-21Animation Channel Filtering Refactor - Part 1Joshua Leung
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-06-01Usability Tweak [#27469]Joshua Leung
2011-05-31cmake maintenanceCampbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
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-21I swear, it was just an innocence change in guardedalloc!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-30remove nan-makefilesCampbell Barton
2011-01-21- Bugfix: NLA "duplicate" operator now lets strips get moved betweenJoshua Leung
2011-01-20NLA Tool Bugfixes:Joshua Leung
2011-01-19NLA Editor: Swap Strips (Alt-F) and BugfixesJoshua Leung
2011-01-13remove/comment unused varsCampbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06== Long-Standing 2.5 Todo - Markers fully working again in allJoshua Leung
2011-01-05Animation data for lattices is now shown in the Animaton EditorsJoshua Leung
2010-12-29DopeSheet Drawing Tweak:Joshua Leung
2010-12-26Bugfix [#25380] Recorded bone keyframes do not play back both in theJoshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-09Added a few descriptions that were missing.Kent Mein
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-072D text drawingCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-07Animation Editors: Channel ReorderingJoshua Leung