Blender Git Statistics -> Developers -> sirdude
Kent Mein (sirdude)
Total Commits : 604
Master Commits : 603
Branch Commits : 1
First Commit : October 29, 2002
Latest Commit : January 12, 2012
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2012 | 2 | |
December, 2011 | 0 | |
November, 2011 | 0 | |
October, 2011 | 0 | |
September, 2011 | 0 | |
August, 2011 | 4 | |
July, 2011 | 0 | |
June, 2011 | 0 | |
May, 2011 | 0 | |
April, 2011 | 0 | |
March, 2011 | 0 | |
February, 2011 | 0 | |
January, 2011 | 0 | |
December, 2010 | 2 | |
November, 2010 | 0 | |
October, 2010 | 0 | |
September, 2010 | 0 | |
August, 2010 | 1 | |
July, 2010 | 0 | |
June, 2010 | 0 | |
May, 2010 | 0 | |
April, 2010 | 0 | |
March, 2010 | 0 | |
February, 2010 | 0 | |
January, 2010 | 2 | |
December, 2009 | 3 | |
November, 2009 | 1 | |
October, 2009 | 0 | |
September, 2009 | 3 | |
August, 2009 | 0 | |
July, 2009 | 1 | |
June, 2009 | 19 | |
May, 2009 | 4 | |
April, 2009 | 3 | |
March, 2009 | 10 | |
February, 2009 | 3 | |
January, 2009 | 1 | |
December, 2008 | 3 | |
November, 2008 | 2 | |
October, 2008 | 10 | |
September, 2008 | 9 | |
August, 2008 | 2 | |
July, 2008 | 1 | |
June, 2008 | 2 | |
May, 2008 | 7 | |
April, 2008 | 12 | |
March, 2008 | 9 | |
February, 2008 | 6 | |
January, 2008 | 15 | |
December, 2007 | 8 | |
November, 2007 | 4 | |
October, 2007 | 3 | |
September, 2007 | 8 | |
August, 2007 | 7 | |
July, 2007 | 10 | |
June, 2007 | 16 | |
May, 2007 | 6 | |
April, 2007 | 0 | |
March, 2007 | 7 | |
February, 2007 | 4 | |
January, 2007 | 12 | |
December, 2006 | 4 | |
November, 2006 | 12 | |
October, 2006 | 6 | |
September, 2006 | 1 | |
August, 2006 | 8 | |
July, 2006 | 1 | |
June, 2006 | 6 | |
May, 2006 | 2 | |
April, 2006 | 1 | |
March, 2006 | 5 | |
February, 2006 | 8 | |
January, 2006 | 17 | |
December, 2005 | 5 | |
November, 2005 | 5 | |
October, 2005 | 3 | |
September, 2005 | 0 | |
August, 2005 | 3 | |
July, 2005 | 0 | |
June, 2005 | 4 | |
May, 2005 | 0 | |
April, 2005 | 6 | |
March, 2005 | 10 | |
February, 2005 | 7 | |
January, 2005 | 16 | |
December, 2004 | 5 | |
November, 2004 | 6 | |
October, 2004 | 7 | |
September, 2004 | 6 | |
August, 2004 | 5 | |
July, 2004 | 3 | |
June, 2004 | 6 | |
May, 2004 | 5 | |
April, 2004 | 4 | |
March, 2004 | 15 | |
February, 2004 | 9 | |
January, 2004 | 6 | |
December, 2003 | 4 | |
November, 2003 | 4 | |
October, 2003 | 1 | |
September, 2003 | 0 | |
August, 2003 | 1 | |
July, 2003 | 7 | |
June, 2003 | 5 | |
May, 2003 | 18 | |
April, 2003 | 5 | |
March, 2003 | 4 | |
February, 2003 | 8 | |
January, 2003 | 26 | |
December, 2002 | 37 | |
November, 2002 | 43 | |
October, 2002 | 12 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 603 |
Favourite Files
Filename | Total Edits |
---|---|
Makefile | 37 |
nan_definitions.mk | 26 |
Makefile | 19 |
readme.txt | 16 |
README | 15 |
writeimage.c | 13 |
creator.c | 12 |
readimage.c | 11 |
Makefile | 11 |
filesel.c | 11 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 121 | 0.2 |
Modified | 4 380 | 7.3 |
Deleted | 115 | 0.2 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 11 285 | 19.2 |
Lines Removed | 10 434 | 17.8 |
Latest commits
January 12, 2012, 17:05 (GMT) |
Remove empty comment I added on accident. Kent |
January 12, 2012, 16:31 (GMT) |
Some small fixes to get things compiling on solaris with cmake. There are also some changes that need to be done to libmv but I'm leaving those out so I can get it patched upstream first. (Only works with gcc/g++ if we want to use sun's compiler we would need to get rid of all of our annonymous structs which I don't think we want to do at this point, example: typedef struct wmNDOFMotionData { union { float tvec[3]; // translation struct { float tx, ty, tz; }; // this would need to be fixed // something like this or something similar: struct { float x, y, z; } t; }; ... ) Kent |
August 5, 2011, 19:55 (GMT) |
Messed up char was causing problems on windows even though it was in the comments. Kent |
August 3, 2011, 17:58 (GMT) |
Add .py extension if it is missing from keymap file. This is for bug #28141 While not really a bug, it makes it a lot easyer to use if it has the exension. (Isn't hidden from the user when they try to load it...) Kent |
August 2, 2011, 17:35 (GMT) |
Fixes an issue with OSX Lion Also cleaned up the python detection for OSX Kent |
August 2, 2011, 17:00 (GMT) |
Fixed a few small typos. Kent |
December 9, 2010, 16:50 (GMT) |
A little more work on patch [#24814] Operators which have no decription submitted by Murat Egretli Not actually a patch but talks about descriptions that are missing and some small fixes that are needed. Kent |
December 8, 2010, 21:56 (GMT) |
Added a few descriptions that were missing. This is a little bit of todo item: [#24814] Operators which have no decription Kent |
August 16, 2010, 15:54 (GMT) |
Added missing include for audio stuff. Still not linking with Makefiles, will try and fix later. Kent |
January 22, 2010, 16:28 (GMT) |
Change order of linking slightly so things link. Kent |
MiikaHweb - Blender Git Statistics v1.06