Blender Git Statistics -> Developers -> dingto
Thomas Dinges (dingto)
Total Commits : 1 829
Master Commits : 1 640
Branch Commits : 189
First Commit : May 4, 2009
Latest Commit : February 17, 2018
Commits by Month
Date | Number of Commits | |
---|---|---|
February, 2018 | 4 | |
January, 2018 | 0 | |
December, 2017 | 0 | |
November, 2017 | 0 | |
October, 2017 | 0 | |
September, 2017 | 0 | |
August, 2017 | 0 | |
July, 2017 | 0 | |
June, 2017 | 0 | |
May, 2017 | 0 | |
April, 2017 | 1 | |
March, 2017 | 4 | |
February, 2017 | 1 | |
January, 2017 | 4 | |
December, 2016 | 0 | |
November, 2016 | 2 | |
October, 2016 | 0 | |
September, 2016 | 0 | |
August, 2016 | 19 | |
July, 2016 | 5 | |
June, 2016 | 42 | |
May, 2016 | 53 | |
April, 2016 | 9 | |
March, 2016 | 3 | |
February, 2016 | 14 | |
January, 2016 | 12 | |
December, 2015 | 8 | |
November, 2015 | 6 | |
October, 2015 | 3 | |
September, 2015 | 5 | |
August, 2015 | 2 | |
July, 2015 | 4 | |
June, 2015 | 12 | |
May, 2015 | 25 | |
April, 2015 | 10 | |
March, 2015 | 5 | |
February, 2015 | 24 | |
January, 2015 | 6 | |
December, 2014 | 8 | |
November, 2014 | 14 | |
October, 2014 | 29 | |
September, 2014 | 27 | |
August, 2014 | 36 | |
July, 2014 | 30 | |
June, 2014 | 34 | |
May, 2014 | 22 | |
April, 2014 | 15 | |
March, 2014 | 25 | |
February, 2014 | 32 | |
January, 2014 | 33 | |
December, 2013 | 30 | |
November, 2013 | 22 | |
October, 2013 | 23 | |
September, 2013 | 47 | |
August, 2013 | 52 | |
July, 2013 | 53 | |
June, 2013 | 44 | |
May, 2013 | 46 | |
April, 2013 | 31 | |
March, 2013 | 32 | |
February, 2013 | 23 | |
January, 2013 | 19 | |
December, 2012 | 13 | |
November, 2012 | 25 | |
October, 2012 | 18 | |
September, 2012 | 32 | |
August, 2012 | 25 | |
July, 2012 | 10 | |
June, 2012 | 41 | |
May, 2012 | 25 | |
April, 2012 | 40 | |
March, 2012 | 10 | |
February, 2012 | 9 | |
January, 2012 | 22 | |
December, 2011 | 22 | |
November, 2011 | 38 | |
October, 2011 | 18 | |
September, 2011 | 25 | |
August, 2011 | 16 | |
July, 2011 | 10 | |
June, 2011 | 10 | |
May, 2011 | 4 | |
April, 2011 | 13 | |
March, 2011 | 5 | |
February, 2011 | 13 | |
January, 2011 | 3 | |
December, 2010 | 7 | |
November, 2010 | 14 | |
October, 2010 | 2 | |
September, 2010 | 13 | |
August, 2010 | 20 | |
July, 2010 | 7 | |
June, 2010 | 5 | |
May, 2010 | 19 | |
April, 2010 | 7 | |
March, 2010 | 12 | |
February, 2010 | 9 | |
January, 2010 | 14 | |
December, 2009 | 12 | |
November, 2009 | 37 | |
October, 2009 | 30 | |
September, 2009 | 25 | |
August, 2009 | 37 | |
July, 2009 | 33 | |
June, 2009 | 33 | |
May, 2009 | 36 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
ui.py | 94 |
kernel_types.h | 85 |
nodes.cpp | 75 |
device_cuda.cpp | 64 |
kernel_path.h | 63 |
image.cpp | 53 |
drawnode.c | 43 |
svm_types.h | 42 |
rna_nodetree.c | 40 |
CMakeLists.txt | 39 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 138 | 0.1 |
Modified | 4 910 | 2.7 |
Deleted | 134 | 0.1 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 44 747 | 25.9 |
Lines Removed | 37 416 | 21.7 |
Latest commits 
February 17, 2018, 21:56 (GMT) |
Cycles: Remove Fermi texture code. This should be the last Fermi removal commit, unless I missed something. It's been a pleasure Fermi! |
February 17, 2018, 21:19 (GMT) |
Cycles: Remove fermi related defines from the code. Did not touch Texture related defines, that comes next. |
February 17, 2018, 15:15 (GMT) |
Cycles: Remove Fermi support from CMake and update runtime checks in device_cuda.cpp. Fermi code in Cycles kernel and texture system are coming next. |
February 17, 2018, 14:49 (GMT) |
Buildbot: Disable Cycles CUDA support on 32bit, and stop building sm_2x. |
April 27, 2017, 09:11 (GMT) |
Cleanup: Some style and code tweaks to Image Code after changes. Whitespace and order of switch/case etc. Let's try to stick to float4/byte4/half4/float/byte/half order as defined in "ImageDataType". |
March 27, 2017, 20:52 (GMT) |
Cleanup: Use upper case consistently in adaptive feature compile logging. |
March 27, 2017, 20:36 (GMT) |
Cleanup: Resolve todo in CUDA voxel image code. |
March 27, 2017, 19:59 (GMT) |
Cycles UI: Avoid abreviation for Hair Extension. Since 2.5x we should try to avoid such abreviations in the UI, except for common terms like Min / Max as much as possible. |
March 27, 2017, 19:51 (GMT) |
Cycles: Move Shadow Catcher UI option next to Ray Visibility. Previously it was beneath the Performance UI label, which was incorrect. It's better suited next to Ray Visibility. |
Revision 8ba1dab by Thomas Dinges / Sergey Sharybin (blender-v2.78c-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 22, 2017, 14:33 (GMT) |
Blender 2.78c: Fix Brick Texture GLSL, broken after Mortar Smooth addition. |
MiikaHweb - Blender Git Statistics v1.06