Blender Git Statistics -> Developers -> ender79
Andrew Wiggin (ender79)
Total Commits : 110
Master Commits : 110
Branch Commits : 0
First Commit : September 11, 2011
Latest Commit : February 4, 2012
Commits by Month
Date | Number of Commits | |
---|---|---|
February, 2012 | 1 | |
January, 2012 | 3 | |
December, 2011 | 9 | |
November, 2011 | 26 | |
October, 2011 | 49 | |
September, 2011 | 22 |
Favourite Files
Filename | Total Edits |
---|---|
cdderivedmesh.c | 13 |
bmesh_tools.c | 11 |
bmesh_newcore.c | 8 |
DerivedMesh.c | 8 |
mesh.c | 8 |
bmesh_select.c | 8 |
editderivedbmesh.c | 8 |
subsurf_ccg.c | 7 |
bmesh_mods.c | 7 |
MOD_solidify.c | 7 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 1 | 0.0 |
Modified | 332 | 3.0 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 6 415 | 58.9 |
Lines Removed | 4 198 | 38.5 |
Latest commits
February 4, 2012, 14:23 (GMT) |
Bring BME_bevel code back (stage 1), porting it from the old BKE_bmesh to the new BMesh methods and data structures, and turns on compilation of this again. This makes the code work but isn't using it to do the bevel modifier just yet - that's coming next. |
January 26, 2012, 12:39 (GMT) |
Fix [#29984] Loop select crash on some wire edge meshes Crash was because the loop walker's wire edge handling wasn't general enough (handled only wire edges that were connected to exactly one other wire edge) |
January 7, 2012, 21:16 (GMT) |
Fix build break with double-definition of EXR stubs A better solution would be to mark all function in openexr_multi.h as forceinline or static, but this change just fixes it to work for the reason trunk works: the header defining the stubs is only needs to be included in one .c file |
January 7, 2012, 20:53 (GMT) |
Fix broken normals with mirror modifier |
December 31, 2011, 17:46 (GMT) |
Fix blenderplayer build (by adding missing bad level call stubs) |
December 28, 2011, 21:38 (GMT) |
Fix loading .blend files (disable pre-bmesh forward-compat code for loading MPolys and converting to MFaces) |
December 2, 2011, 17:17 (GMT) |
Adjust face menu links to "mirror uvs" and "mirror colors" to use the bmesh n-gon-compatible replacements "reverse uvs" and "reverse colors" |
December 2, 2011, 16:57 (GMT) |
Reverse default direction of "rotate colors" to match the (only rotation direction) of rotate colors in trunk |
December 2, 2011, 16:56 (GMT) |
Remove face menu (ctrl+f) links to f-gon commands |
December 1, 2011, 18:38 (GMT) |
Fix for RNA_warning crashing on MSVC release builds MSVC is not C99-compliant, but with the macro as it was, the "args" part was consuming and dropping one of the params, so the format string wanted N extra args, and there were only N-1... boom, crash! Without "args" this works correctly (checked on MSVC10 release build) |
MiikaHweb - Blender Git Statistics v1.06