Blender SVN Statistics -> Committers -> elubie
Andrea Weikert (elubie)
Total Commits : 544
Trunk Commits : 300
Branch Commits : 242
First Commit : October 24, 2005
Latest Commit : March 24, 2013
Commits by Date
| Date | Number of Commits | |
|---|---|---|
| March, 2013 | 1 | |
| February, 2013 | 0 | |
| January, 2013 | 0 | |
| December, 2012 | 0 | |
| November, 2012 | 1 | |
| October, 2012 | 12 | |
| September, 2012 | 3 | |
| August, 2012 | 10 | |
| July, 2012 | 5 | |
| June, 2012 | 1 | |
| May, 2012 | 0 | |
| April, 2012 | 6 | |
| March, 2012 | 13 | |
| February, 2012 | 0 | |
| January, 2012 | 7 | |
| December, 2011 | 0 | |
| November, 2011 | 1 | |
| October, 2011 | 0 | |
| September, 2011 | 0 | |
| August, 2011 | 7 | |
| July, 2011 | 12 | |
| June, 2011 | 12 | |
| May, 2011 | 6 | |
| April, 2011 | 5 | |
| March, 2011 | 11 | |
| February, 2011 | 4 | |
| January, 2011 | 4 | |
| December, 2010 | 0 | |
| November, 2010 | 13 | |
| October, 2010 | 2 | |
| September, 2010 | 0 | |
| August, 2010 | 1 | |
| July, 2010 | 17 | |
| June, 2010 | 1 | |
| May, 2010 | 7 | |
| April, 2010 | 14 | |
| March, 2010 | 15 | |
| February, 2010 | 9 | |
| January, 2010 | 2 | |
| December, 2009 | 13 | |
| November, 2009 | 6 | |
| October, 2009 | 5 | |
| September, 2009 | 18 | |
| August, 2009 | 6 | |
| July, 2009 | 23 | |
| June, 2009 | 15 | |
| May, 2009 | 5 | |
| April, 2009 | 4 | |
| March, 2009 | 15 | |
| February, 2009 | 4 | |
| January, 2009 | 26 | |
| December, 2008 | 25 | |
| November, 2008 | 11 | |
| October, 2008 | 3 | |
| September, 2008 | 1 | |
| August, 2008 | 1 | |
| July, 2008 | 2 | |
| June, 2008 | 1 | |
| May, 2008 | 2 | |
| April, 2008 | 7 | |
| March, 2008 | 1 | |
| February, 2008 | 4 | |
| January, 2008 | 6 | |
| December, 2007 | 2 | |
| November, 2007 | 8 | |
| October, 2007 | 3 | |
| September, 2007 | 12 | |
| August, 2007 | 8 | |
| July, 2007 | 11 | |
| June, 2007 | 13 | |
| May, 2007 | 1 | |
| April, 2007 | 4 | |
| March, 2007 | 7 | |
| February, 2007 | 7 | |
| January, 2007 | 6 | |
| December, 2006 | 3 | |
| November, 2006 | 8 | |
| October, 2006 | 5 | |
| September, 2006 | 5 | |
| August, 2006 | 2 | |
| July, 2006 | 4 | |
| June, 2006 | 11 | |
| May, 2006 | 0 | |
| April, 2006 | 0 | |
| March, 2006 | 4 | |
| February, 2006 | 1 | |
| January, 2006 | 4 | |
| December, 2005 | 3 | |
| November, 2005 | 4 | |
| October, 2005 | 2 | |
Commit Distribution
| Path | Number of Commits |
|---|---|
| Trunk | 300 |
| blender2.5 | 137 |
| soc-2011-avocado | 40 |
| asset-browser | 33 |
| imgbrowser-elubie | 23 |
| orange | 7 |
| bmesh | 2 |
Favourite Trunk Files
| Filename | Total Edits |
|---|---|
| file_ops.c | 25 |
| filesel.c | 24 |
| file_draw.c | 19 |
| filelist.c | 19 |
| space_file.c | 16 |
| util.c | 15 |
| BL_src.vcproj | 14 |
| BKE_blenkernel.vcproj | 14 |
| DNA_space_types.h | 13 |
| wm_operators.c | 13 |
Trunk File Changes
| Action | Total Count |
|---|---|
| Added | 41 |
| Modified | 931 |
| Deleted | 4 |
Latest commits
Revision 55556 by Andrea Weikert March 24, 2013, 19:29 (GMT) |
FIX: [#34467] File Browser Deletes Unselected Files * delete now acts on selected file(s) rather than the highlighted file. |
Revision 51954 by Andrea Weikert November 6, 2012, 20:29 (GMT) |
== file browser == [#33080] Backup icons - further integration Contributed by Georg Kronthaler, many thanks! * enables display of correct file icon on splash screen and in Open Recent menu * exposes filter_backup in the python api * enables setting BLENDERFILE_BACKUP as active filter in file browser from wm_operators.c (and from .blend in case this setting will be saved in the future) * adds a comment to slightly misleading function name file_is_blend_backup() * Updates icon for backup files to be more consistent with icon for .blend files |
Revision 51776 by Andrea Weikert October 30, 2012, 21:06 (GMT) |
fix [#30479] Exclamation mark '!' doesn't input with AZERTY keyboard mapping For the french keyboard setting (AZERTY) on Windows, the '!' came back with winevent->type=312, winevent->ascii='!' and the ISTEXTINPUT only matched key codes up to 255. Now replaces with ISKEYBOARD in wm_eventmatch. |
Revision 51775 by Andrea Weikert October 30, 2012, 21:05 (GMT) |
fix compile error introduced in rev. 51773: missing header include. Reported on IRC. |
Revision 51744 by Andrea Weikert October 29, 2012, 18:25 (GMT) |
fix [#33011] "System" tab empty in OSX - file browser * items were wrongly added too SYSTEM_BOOKMARKS rather than SYSTEM, now fixed |
Revision 51720 by Andrea Weikert October 28, 2012, 19:41 (GMT) |
== assetbrowser == compile fix from last merge. |
Revision 51719 by Andrea Weikert October 28, 2012, 19:09 (GMT) |
Revision 51712 by Andrea Weikert October 28, 2012, 16:22 (GMT) |
== assetbrowser == Attempt to move the directory functions existing in trunk back to storage.c to hopefully get better merge results. |
Revision 51700 by Andrea Weikert October 28, 2012, 09:05 (GMT) |
== assetbrowser == Add file that somehow was missed in last merge to allow merging without tree conflict. |
Revision 51698 by Andrea Weikert October 27, 2012, 18:57 (GMT) |
== asset browser == Commit of current state before merge Main changes: * Added operators to define an Object or a Group as an Asset * Added default filter settings * some smaller fixes * some code added to prepare for drag&drop of several assets at once (not working yet) |
MiikaHweb - Blender SVN Statistics v1.34


