Blender Git Statistics -> Developers -> z0r
Alex Fraser (z0r)
Total Commits : 19
Master Commits : 18
Branch Commits : 1
First Commit : September 25, 2011
Latest Commit : February 19, 2013
Commits by Month
Date | Number of Commits | |
---|---|---|
February, 2013 | 1 | |
January, 2013 | 5 | |
December, 2012 | 2 | |
November, 2012 | 0 | |
October, 2012 | 1 | |
September, 2012 | 0 | |
August, 2012 | 0 | |
July, 2012 | 0 | |
June, 2012 | 0 | |
May, 2012 | 0 | |
April, 2012 | 0 | |
March, 2012 | 0 | |
February, 2012 | 1 | |
January, 2012 | 6 | |
December, 2011 | 0 | |
November, 2011 | 0 | |
October, 2011 | 1 | |
September, 2011 | 2 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 18 |
soc-2011-cucumber | 1 |
Favourite Files
Filename | Total Edits |
---|---|
particle_system.c | 9 |
rna_particle.c | 4 |
BKE_particle.h | 4 |
properties_particle.py | 3 |
GHOST_DisplayManagerSDL.cpp | 2 |
GHOST_DisplayManagerX11.cpp | 2 |
readfile.c | 2 |
DNA_particle_types.h | 2 |
CMakeLists.txt | 2 |
rendercore.c | 2 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 54 | 2.8 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 1 528 | 80.4 |
Lines Removed | 344 | 18.1 |
Latest commits
February 19, 2013, 02:24 (GMT) |
Fix for [#34099] Particles leaking from moving meshes This was caused by a floating point precision error. During collision detection, Newton-Raphson iteration is used to find the exact time of the collision. But when using subframes, the initial Newton step was too small. Now the initial step is given in absolute units. When subframes = 0, this should behave almost the same as before. Thanks to Janne Karhu, Lukas Toenne and Ton Roosendaal for their help with this patch, and to AutoCRC for funding. |
January 18, 2013, 09:19 (GMT) |
Applying sRGB color space transform when baking to vertex colors. Thanks to Campbell Barton and Sergey Sharybin for their help! |
January 11, 2013, 03:06 (GMT) |
Changing units of stiffness parameter in classical (new) SPH solver: used to be speed of sound squared; now just speed of sound. The classical SPH solver was not in 2.65, so this change is unlikely to affect many users. But beta users who have been trying it out will need to change the stiffness parameter to sqrt(old value). |
January 11, 2013, 02:03 (GMT) |
Fix own mistake in SPH solver selection. Thanks Campbell for pointing it out. |
January 8, 2013, 04:28 (GMT) |
Fix for [#33788] Particles - Fluid "exploding" behavior Particle mass was being used incorrectly by DDR solver (my fault). |
January 2, 2013, 00:05 (GMT) |
Patch [#29035] Vertex colour baking There is a new option in the Bake panel to enable baking to vertex colors. Unlike regular baking, this mode does not require a UV map or image to bake to, however the object must have a vertex color layer. Thanks to: - AutoCRC for funding - Brech van Lommel and Dalai Felinto for their initial advice on how to implement it - Campbell Barton for helping to make this feature work with modifiers and bmesh |
December 14, 2012, 04:57 (GMT) |
Adding a new SPH solver that is more physically accurate. See patch #29681 http://projects.blender.org/tracker/index.php?func=detail&aid=29681&group_id=9&atid=127 The solver was mostly implemented by John Mansour at VPAC, with help from me and with funding from the AutoCRC. The SPH formulation is due to Gingold and Monaghan, and the smoothing kernel is due to Wendland. This solver does not replace the old one; it is available as an option. Note that the new solver uses different units than the old one. The patch page has a couple of attachments that can be used to test the new solver, particularly sphclassical_dam_s0.01_grav.blend (ignore the earlier tests). The simulation in that file compares well with a physical experimental dam break; details in a paper by Changhong Hu and Makoto Sueyoshi, also referred to on that page. |
December 12, 2012, 22:42 (GMT) |
Can now set a lower bound on the number of subframes (i.e. an upper bound on the time step size) for fluid simulations. Previously, the "subframes" parameter was not available when the adaptive time step was enabled; now they can both be set. The two settings can be used together to greatly increase simulation stability. |
October 2, 2012, 14:15 (GMT) |
Added example of KX_GameObject subclassing to game engine docs. |
February 4, 2012, 01:51 (GMT) |
Fix for aliased fonts in the game engine. - Mipmaps are generated in BLF when drawing text in-game. In that case, padding around each glyph is increased to prevent bleeding. - Texture filtering is turned on for in-game text. - All glyphs are now "twisted": the leading edge is brought a small distance forward, to prevent z-fighting in overlapping (kerned) glyphs. This happens both in the game engine and the rest of the UI, but should have no effect in the UI due to Z-compression in the clipping matrix. Reviewed and approved by bdiego; see patch [#29882] in the tracker. Tested by dfelinto. |
MiikaHweb - Blender Git Statistics v1.06