Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> miikah
Miika Hamalainen (miikah)
Total Commits : 140
Master Commits : 112
Branch Commits : 28
First Commit : May 24, 2011
Latest Commit : February 6, 2015
Commits by Month
Date | Number of Commits | |
---|---|---|
February, 2015 | 2 | |
January, 2015 | 0 | |
December, 2014 | 0 | |
November, 2014 | 0 | |
October, 2014 | 0 | |
September, 2014 | 0 | |
August, 2014 | 0 | |
July, 2014 | 0 | |
June, 2014 | 0 | |
May, 2014 | 0 | |
April, 2014 | 0 | |
March, 2014 | 0 | |
February, 2014 | 0 | |
January, 2014 | 0 | |
December, 2013 | 0 | |
November, 2013 | 1 | |
October, 2013 | 0 | |
September, 2013 | 1 | |
August, 2013 | 4 | |
July, 2013 | 0 | |
June, 2013 | 0 | |
May, 2013 | 8 | |
April, 2013 | 2 | |
March, 2013 | 4 | |
February, 2013 | 3 | |
January, 2013 | 2 | |
December, 2012 | 2 | |
November, 2012 | 1 | |
October, 2012 | 4 | |
September, 2012 | 0 | |
August, 2012 | 7 | |
July, 2012 | 6 | |
June, 2012 | 13 | |
May, 2012 | 4 | |
April, 2012 | 1 | |
March, 2012 | 1 | |
February, 2012 | 1 | |
January, 2012 | 5 | |
December, 2011 | 5 | |
November, 2011 | 14 | |
October, 2011 | 11 | |
September, 2011 | 7 | |
August, 2011 | 10 | |
July, 2011 | 13 | |
June, 2011 | 7 | |
May, 2011 | 1 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 112 |
soc-2012-fried_chicken | 28 |
soc-2011-carrot | 1 |
Favourite Files
Filename | Total Edits |
---|---|
dynamicpaint.c | 45 |
smoke.c | 36 |
rna_dynamicpaint.c | 27 |
properties_physics_dynamicpaint.py | 24 |
readfile.c | 20 |
DNA_dynamicpaint_types.h | 20 |
BKE_dynamicpaint.h | 15 |
pointcache.c | 14 |
MOD_dynamicpaint.c | 12 |
render_texture.c | 12 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 9 | 0.1 |
Modified | 535 | 3.8 |
Deleted | 1 | 0.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 4 997 | 53.2 |
Lines Removed | 3 482 | 37.0 |
Latest commits
February 6, 2015, 20:05 (GMT) |
Fix T43515: Initial velocity for fire bug Visual representation of fire was generated before simulation step took place. This caused fire to essentially lag one simulation step behind, even though all emission areas were up to date. |
February 6, 2015, 19:23 (GMT) |
Fix T42950: Smoke particle flow doesn't work with high res and subframes unless "set size" option is ticked. |
November 22, 2013, 13:25 (GMT) |
Fix T37359: Dynamic Paint deletes inactive texture from smoke domain when using a material as brush color |
September 22, 2013, 16:09 (GMT) |
Fix [#36791]: Fire ignores force fields when smoke is set to 0.0 |
August 30, 2013, 09:59 (GMT) |
Fix [#36600]: Smoke subframes not working with initial velocity |
August 3, 2013, 09:46 (GMT) |
Dynamic Paint: Added a new "smoothness" parameter for waves. It greatly helps getting rid of that "noise" that occurs if you use really steep objects (like cubes) as a brush. New default value is 1.0 which is just high enough to only get rid of the sharpest spikes, so if you want really smooth waves it's better use higher values. This also seems to "fix" bug [#35413]. |
August 2, 2013, 16:39 (GMT) |
Fix [#35541]: Point cache doesn't load existing frames from disk if cache file name is changed. |
August 1, 2013, 12:09 (GMT) |
Fix [#36265]: Smoke doesn't work if domain object has negative scale. |
May 28, 2013, 08:10 (GMT) |
Fix: smoke initial velocity didn't work with the new custom size particles. |
May 21, 2013, 19:20 (GMT) |
Fix: Smoke simulations of very high resolutions often produced weird results, as if smoke was colliding in an invisible wall. This was caused by a "hack" Daniel Genrich introduced in his moving obstacles commit in r46050. I suppose it was originally added to prevent issues with too fast moving obstacles, but now it ended up limiting maximum velocity of higher resolution simulations. Here is an comparision of 184 resolution simulation (simulation area limited by adaptive domain): https://static.miikah.fi/blender/smoke_with_pressure_limit_hack.png https://static.miikah.fi/blender/smoke_without_pressure_limit_hack.png I now reverted that hack until a better solution is found. Daniel, can you check this out? Pressure was limited to maximum of dt * dx (= dt / res) which doesn't make sense to limit pressure based on grid resolution. Maybe better to limit with a constant factor instead? |
MiikaHweb - Blender Git Statistics v1.06