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-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-12fix for ntreeGPUMaterialNodes(), using uninitialized exec pointer.Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-07Sound clip NLA Strips for NexyonJoshua 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-29merge with trunk r38787Xiao Xiangquan
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-20View All/Selected tools for NLA EditorJoshua Leung
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-07-12NLA Drawing - More prominent communication of the "solo" featureJoshua Leung
2011-07-12NLA Drawing Tweak - New icons for "solo" togglesJoshua Leung
2011-07-08finish user preference dlg's input handlesXiao Xiangquan
2011-07-06NLA Drawing - When "Show Control Curves" option in View menu isJoshua Leung
2011-07-05Reduce duplicate codeJoshua Leung
2011-07-01NLA Strip Drawing TweaksJoshua Leung
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
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-15translate left panelXiao Xiangquan
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