Blender Git Statistics -> Developers -> hos
Chris Want (hos)
Total Commits : 311
Master Commits : 311
Branch Commits : 0
First Commit : December 25, 2002
Latest Commit : July 6, 2012
Commits by Month
Date | Number of Commits | |
---|---|---|
July, 2012 | 1 | |
June, 2012 | 0 | |
May, 2012 | 0 | |
April, 2012 | 0 | |
March, 2012 | 0 | |
February, 2012 | 0 | |
January, 2012 | 0 | |
December, 2011 | 0 | |
November, 2011 | 0 | |
October, 2011 | 0 | |
September, 2011 | 0 | |
August, 2011 | 0 | |
July, 2011 | 0 | |
June, 2011 | 0 | |
May, 2011 | 0 | |
April, 2011 | 0 | |
March, 2011 | 0 | |
February, 2011 | 0 | |
January, 2011 | 0 | |
December, 2010 | 0 | |
November, 2010 | 0 | |
October, 2010 | 0 | |
September, 2010 | 0 | |
August, 2010 | 0 | |
July, 2010 | 0 | |
June, 2010 | 0 | |
May, 2010 | 0 | |
April, 2010 | 0 | |
March, 2010 | 0 | |
February, 2010 | 0 | |
January, 2010 | 0 | |
December, 2009 | 0 | |
November, 2009 | 1 | |
October, 2009 | 2 | |
September, 2009 | 1 | |
August, 2009 | 0 | |
July, 2009 | 1 | |
June, 2009 | 1 | |
May, 2009 | 1 | |
April, 2009 | 0 | |
March, 2009 | 1 | |
February, 2009 | 0 | |
January, 2009 | 0 | |
December, 2008 | 2 | |
November, 2008 | 0 | |
October, 2008 | 4 | |
September, 2008 | 0 | |
August, 2008 | 3 | |
July, 2008 | 0 | |
June, 2008 | 3 | |
May, 2008 | 1 | |
April, 2008 | 5 | |
March, 2008 | 3 | |
February, 2008 | 1 | |
January, 2008 | 8 | |
December, 2007 | 0 | |
November, 2007 | 2 | |
October, 2007 | 1 | |
September, 2007 | 0 | |
August, 2007 | 0 | |
July, 2007 | 0 | |
June, 2007 | 2 | |
May, 2007 | 4 | |
April, 2007 | 2 | |
March, 2007 | 5 | |
February, 2007 | 1 | |
January, 2007 | 2 | |
December, 2006 | 10 | |
November, 2006 | 7 | |
October, 2006 | 0 | |
September, 2006 | 1 | |
August, 2006 | 2 | |
July, 2006 | 1 | |
June, 2006 | 7 | |
May, 2006 | 8 | |
April, 2006 | 2 | |
March, 2006 | 5 | |
February, 2006 | 14 | |
January, 2006 | 11 | |
December, 2005 | 3 | |
November, 2005 | 5 | |
October, 2005 | 3 | |
September, 2005 | 2 | |
August, 2005 | 8 | |
July, 2005 | 1 | |
June, 2005 | 0 | |
May, 2005 | 0 | |
April, 2005 | 8 | |
March, 2005 | 0 | |
February, 2005 | 1 | |
January, 2005 | 2 | |
December, 2004 | 0 | |
November, 2004 | 2 | |
October, 2004 | 1 | |
September, 2004 | 2 | |
August, 2004 | 2 | |
July, 2004 | 6 | |
June, 2004 | 2 | |
May, 2004 | 3 | |
April, 2004 | 13 | |
March, 2004 | 9 | |
February, 2004 | 7 | |
January, 2004 | 30 | |
December, 2003 | 5 | |
November, 2003 | 4 | |
October, 2003 | 0 | |
September, 2003 | 0 | |
August, 2003 | 3 | |
July, 2003 | 12 | |
June, 2003 | 5 | |
May, 2003 | 12 | |
April, 2003 | 3 | |
March, 2003 | 5 | |
February, 2003 | 8 | |
January, 2003 | 13 | |
December, 2002 | 5 |
Favourite Files
Filename | Total Edits |
---|---|
Makefile | 33 |
nan_definitions.mk | 28 |
vrml97_export.py | 19 |
nan_link.mk | 17 |
editobject.c | 15 |
editarmature.c | 15 |
editaction.c | 13 |
CMakeLists.txt | 13 |
nan_compile.mk | 13 |
CMakeLists.txt | 13 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 61 | 0.2 |
Modified | 3 481 | 11.2 |
Deleted | 5 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 10 431 | 35.0 |
Lines Removed | 3 536 | 11.9 |
Latest commits
July 6, 2012, 16:55 (GMT) |
Fix for bug 32017. There was some bad recursion introduced recently that caused crashes when a Material node is the same material as the material itself (e.g., if Material.001 has a node with Material.001). This commit attempt to correct this by keeping track of the material at the root of the node tree, and doesn't recurse further if it encounters it again within the nodetree. Joshua, please review! |
November 12, 2009, 18:35 (GMT) |
== Blender 2.4x == Removed highly annoying "recalc data OBxxxx" debug print. |
October 29, 2009, 17:57 (GMT) |
Options to set OpenCollada, pcre and expat dirs (Dyussenov's test please). |
October 29, 2009, 15:54 (GMT) |
A CMake file for collada support (Dyussenov's: please test). |
September 17, 2009, 23:17 (GMT) |
Support for building opencollada branch using CMake. Not sure how to tell the system to make the location of libpcre and libexpat a settable option though -- maybe somebody who is more of an expert can look at this. |
July 16, 2009, 18:44 (GMT) |
Don't link gameplayer against the decimation code (CMake). |
June 9, 2009, 18:08 (GMT) |
Use fputs instead of fprintf in mem_error_cb(). This silences the gcc warning "format not a string literal and no format arguments". |
May 26, 2009, 17:15 (GMT) |
BGE build probs with CMake: directory "source/gameengine/SceneGraph" was been referenced as "source/gameengine/Scenegraph" in some include paths. |
March 19, 2009, 01:50 (GMT) |
Makefile updates for Blender 2.5 (from GSR) |
December 15, 2008, 20:53 (GMT) |
B Linking of blenderplayer was failing with unresolved symbols (initVideoTexture) when building without FFMPEG. Needs testing with SCons and Makefiles. |
MiikaHweb - Blender Git Statistics v1.06