english 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

DateNumber of Commits
August, 20051
July, 20050
June, 20050
May, 20050
April, 20050
March, 20050
February, 20050
January, 20050
December, 20040
November, 20040
October, 20040
September, 20040
August, 20040
July, 20040
June, 20040
May, 20040
April, 20040
March, 20040
February, 20040
January, 20040
December, 20030
November, 20030
October, 20030
September, 20030
August, 20030
July, 20030
June, 20030
May, 20030
April, 20030
March, 20030
February, 20030
January, 20034
December, 200255
November, 200262
October, 200213

Commit Distribution

PathNumber of Commits
Trunk135

Favourite Trunk Files

FilenameTotal Edits
configure.ac19
readme.txt16
configure13
Makefile.in10
Makefile.am10
Makefile.in10
config.h.in8
Makefile.in8
Makefile.in8
Makefile.in8

Trunk File Changes

ActionTotal Count
Added147
Deleted72
Modified3 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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 21.05.2012 17:55MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2012