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

DateNumber of Commits
January, 20122
December, 20110
November, 20110
October, 20110
September, 20110
August, 20114
July, 20110
June, 20110
May, 20110
April, 20110
March, 20110
February, 20110
January, 20110
December, 20102
November, 20100
October, 20100
September, 20100
August, 20101
July, 20100
June, 20100
May, 20100
April, 20100
March, 20100
February, 20100
January, 20102
December, 20093
November, 20091
October, 20090
September, 20093
August, 20090
July, 20091
June, 200919
May, 20094
April, 20093
March, 200910
February, 20093
January, 20091
December, 20083
November, 20082
October, 200810
September, 20089
August, 20082
July, 20081
June, 20082
May, 20087
April, 200812
March, 20089
February, 20086
January, 200815
December, 20078
November, 20074
October, 20073
September, 20078
August, 20077
July, 200710
June, 200716
May, 20076
April, 20070
March, 20077
February, 20074
January, 200712
December, 20064
November, 200612
October, 20066
September, 20061
August, 20068
July, 20061
June, 20066
May, 20062
April, 20061
March, 20065
February, 20068
January, 200617
December, 20055
November, 20055
October, 20053
September, 20050
August, 20053
July, 20050
June, 20054
May, 20050
April, 20056
March, 200510
February, 20057
January, 200516
December, 20045
November, 20046
October, 20047
September, 20046
August, 20045
July, 20043
June, 20046
May, 20045
April, 20044
March, 200415
February, 20049
January, 20046
December, 20034
November, 20034
October, 20031
September, 20030
August, 20031
July, 20037
June, 20035
May, 200318
April, 20035
March, 20034
February, 20038
January, 200326
December, 200237
November, 200243
October, 200212

Commit Distribution

PathNumber of Commits
master603

Favourite Files

FilenameTotal Edits
Makefile37
nan_definitions.mk26
Makefile19
readme.txt16
README15
writeimage.c13
creator.c12
readimage.c11
Makefile11
filesel.c11

File Changes

ActionTotalPer Commit
Added1210.2
Modified4 3807.3
Deleted1150.2

Code Changes

ActionTotalPer Commit
Lines Added11 28519.2
Lines Removed10 43417.8

Latest commits Feed

Revision 34b62dd by Kent Mein (master)
January 12, 2012, 17:05 (GMT)
Remove empty comment I added on accident.

Kent
Revision 9dc992a by Kent Mein (master)
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

Revision 7368298 by Kent Mein (master)
August 5, 2011, 19:55 (GMT)
Messed up char was causing problems on windows even though it was in the
comments.

Kent
Revision 79c8785 by Kent Mein (master)
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
Revision b2959e5 by Kent Mein (master)
August 2, 2011, 17:35 (GMT)
Fixes an issue with OSX Lion
Also cleaned up the python detection for OSX

Kent
Revision 9026dc6 by Kent Mein (master)
August 2, 2011, 17:00 (GMT)
Fixed a few small typos.

Kent
Revision b6c6877 by Kent Mein (master)
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

Revision e0ab0bc by Kent Mein (master)
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
Revision dc4946f by Kent Mein (master)
August 16, 2010, 15:54 (GMT)
Added missing include for audio stuff.
Still not linking with Makefiles, will try and fix later.

Kent
Revision 86facbd by Kent Mein (master)
January 22, 2010, 16:28 (GMT)
Change order of linking slightly so things link.

Kent

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021