Sivu saatavilla vain englanninkielisenä.Blender SVN Statistics -> Committers -> mein
Kent Mein (mein)
Total commits : 135
Trunk commits : 135
Branch commits : 0
First Commit : October 29, 2002
Latest Commit : August 11, 2005
Commits by date
| Date | Number of Commits | |
|---|---|---|
| August, 2005 | 1 | |
| July, 2005 | 0 | |
| June, 2005 | 0 | |
| May, 2005 | 0 | |
| April, 2005 | 0 | |
| March, 2005 | 0 | |
| February, 2005 | 0 | |
| January, 2005 | 0 | |
| December, 2004 | 0 | |
| November, 2004 | 0 | |
| October, 2004 | 0 | |
| September, 2004 | 0 | |
| August, 2004 | 0 | |
| July, 2004 | 0 | |
| June, 2004 | 0 | |
| May, 2004 | 0 | |
| April, 2004 | 0 | |
| March, 2004 | 0 | |
| February, 2004 | 0 | |
| January, 2004 | 0 | |
| December, 2003 | 0 | |
| November, 2003 | 0 | |
| October, 2003 | 0 | |
| September, 2003 | 0 | |
| August, 2003 | 0 | |
| July, 2003 | 0 | |
| June, 2003 | 0 | |
| May, 2003 | 0 | |
| April, 2003 | 0 | |
| March, 2003 | 0 | |
| February, 2003 | 0 | |
| January, 2003 | 4 | |
| December, 2002 | 55 | |
| November, 2002 | 62 | |
| October, 2002 | 13 | |
Commit Distribution
| Path | Number of Commits |
|---|---|
| Trunk | 135 |
Favourite Trunk Files
| Filename | Total Edits |
|---|---|
| configure.ac | 19 |
| readme.txt | 16 |
| configure | 13 |
| Makefile.in | 10 |
| Makefile.am | 10 |
| Makefile.in | 10 |
| config.h.in | 8 |
| Makefile.in | 8 |
| Makefile.in | 8 |
| Makefile.in | 8 |
Trunk File Changes
| Action | Total Count |
|---|---|
| Added | 147 |
| Deleted | 72 |
| Modified | 3 498 |
Latest commits
Revision 5073 by Kent Mein (/trunk/blender) August 11, 2005, 7:39 pm (+0300) |
A couple of small fixes... I removed config.h code from the files that had them. effect.c had nested /* so cleaned that up... added a newline to vector.c to shut gcc up ;) buttons_editing.c had a possible unintalized var (height) so I gave it a default value. removed an unused var i in interface_draw.c removed an unused var mti in outliner.c in BL_SkinDeformer.cpp commented out a call to bDeformGroup->data which no longer exists so it compiles again. Kent |
Revision 271 by Kent Mein (/trunk/blender) January 2, 2003, 11:41 pm (+0200) |
Modifications I mentioned earlyer convering to MailTools instead of system calls. Kent |
Revision 259 by Kent Mein (/trunk/blender) January 1, 2003, 8:28 pm (+0200) |
Finished cleaning up the ik directory removing unused files. Kent -- mein@cs.umn.edu |
Revision 258 by Kent Mein (/trunk/blender) January 1, 2003, 8:11 pm (+0200) |
I added the two patches Chris and I pointed too back in Nov. (Adding Window Hints and giving the window input focus after it has been raised.) Kent -- mein@cs.umn.edu |
Revision 257 by Kent Mein (/trunk/blender) January 1, 2003, 7:47 pm (+0200) |
Rob's patches for the slow render problem. Kent -- mein@cs.umn.edu |
Revision 251 by Kent Mein (/trunk/blender) December 31, 2002, 4:43 pm (+0200) |
changed back to char :) Kent -- mein@cs.umn.edu |
Revision 250 by Kent Mein (/trunk/blender) December 31, 2002, 1:54 pm (+0200) |
Sorry about that this is part of the last update. I ment to cancel it and include both files. Anyway I was fixing the warning with ascii char... Here is the diff for editfont.c (the .h was just fixing the header to match it) Kent Index: editfont.c =================================================================== RCS file: /cvs01/blender/source/blender/src/editfont.c,v retrieving revision 1.3 diff -u -r1.3 editfont.c --- editfont.c 25 Nov 2002 12:02:05 -0000 1.3 +++ editfont.c 31 Dec 2002 11:52:10 -0000 @@ -226,11 +226,12 @@ } } -void do_textedit(unsigned short event, short val, char ascii) +void do_textedit(unsigned short event, short val, unsigned char _ascii) { Curve *cu; static int accentcode= 0; int x, doit=0, cursmove=0; + int ascii = _ascii; |
Revision 249 by Kent Mein (/trunk/blender) December 31, 2002, 1:53 pm (+0200) |
:q! |
Revision 248 by Kent Mein (/trunk/blender) December 30, 2002, 10:15 pm (+0200) |
Updated the spacebar toolbox so the fonts are moved up 2 pixels. It was causing funky artifacts on some letters that dropped down into the background. Here is the diff Kent Index: toolbox.c =================================================================== RCS file: /cvs01/blender/source/blender/src/toolbox.c,v retrieving revision 1.5 diff -u -r1.5 toolbox.c --- toolbox.c 22 Dec 2002 13:43:21 -0000 1.5 +++ toolbox.c 30 Dec 2002 20:13:51 -0000 @@ -506,7 +506,7 @@ oldcursor= get_cursor(); set_cursor(CURSOR_STD); - tbfontyofs= (TBOXH-11)/2; /* toolbox, hier stond ooit getheigh */ + tbfontyofs= (TBOXH-11)/2 +2; /* toolbox, hier stond ooit getheigh */ } |
Revision 245 by Kent Mein (/trunk/blender) December 30, 2002, 9:15 am (+0200) |
renamed a var to avoid name conflicts... In the header its just this.. -void initjit(float *jit, int num) +void initjit(float *jitarr, int num) its respectively renamed in jitter.c Kent |
MiikaHweb - Blender SVN Statistics v1.20
