Blender Git Statistics -> Developers -> bebraw

Juho Vepsalainen (bebraw)

Total Commits : 39
Master Commits : 39
Branch Commits : 0
First Commit : May 1, 2007
Latest Commit : December 1, 2008

Commits by Month

DateNumber of Commits
December, 20084
November, 20081
October, 20080
September, 20080
August, 20080
July, 20080
June, 20081
May, 20080
April, 20080
March, 20080
February, 20081
January, 20085
December, 20075
November, 20073
October, 20072
September, 20071
August, 20074
July, 20072
June, 20075
May, 20075

Favourite Files

FilenameTotal Edits
drawnode.c9
toolbox.c8
BKE_node.h6
node.c6
DNA_node_types.h6
RNA_access.h4
header_node.c4
makesrna.c4
rna_internal.h4
editnode.c4

File Changes

ActionTotalPer Commit
Added100.3
Modified1122.9

Code Changes

ActionTotalPer Commit
Lines Added3 00477.0
Lines Removed71518.3

Latest commits Feed

Revision 31ffe5b by Juho Vepsalainen (master)
December 1, 2008, 21:19 (GMT)
RNA: Added missing *srna's to curve functions.
Revision 1ebf257 by Juho Vepsalainen (master)
December 1, 2008, 19:02 (GMT)
RNA: Curves and VFont

Implemented RNA wrappers for curves and VFont. Only issue I could
not yet solve is related to struct CharInfo curinfo; . This particular
line proved to be hard to wrap and I therefore marked it as a TODO
should someone want to fix this issue.

I also cleaned up makesrna.c a bit by unifying brush/meta parts
under one call just the way it is done in the case of other
wrappers.
Revision 5a8e890 by Juho Vepsalainen (master)
December 1, 2008, 13:01 (GMT)
RNA:

Implemented RNA wrapper for ModifierData.

Note that actual interface to access data of any specific modifier is
still missing. I also marked a couple of parts as TODO that should be
reviewed to decide whether or not to expose those specific parts
via RNA.
Revision 12a45b3 by Juho Vepsalainen (master)
December 1, 2008, 06:52 (GMT)
RNA: brush wrapping

Wrapped most of brush. Brush is still missing a link to texture and to
BrushClone. Also PAINT_TOOL_DRAW etc. flags found on DNA_brush_types.h
need to be associated to a brush somehow. Currently they are linked
to a brush via ImagePaintSettings.

Also changed identifiers in metaball wrapping to conform with the
standards.
Revision cfa5c7c by Juho Vepsalainen (master)
November 30, 2008, 20:18 (GMT)
RNA: Support for Metaballs and Metaelements. I did not figure out a way to test latter but hopefully it works as well.
Revision a8f0024 by Juho Vepsalainen (master)
June 26, 2008, 17:08 (GMT)
Fix for bug [#13651] Convertor->Math->Divide broken
Changed the if statement to catch zero case properly.
Revision 2060211 by Juho Vepsalainen (master)
February 23, 2008, 10:33 (GMT)
Nodes to be created at the location in which the mouse cursor was initially
This commit changes the way new nodes are created. Previously nodes were created
at the last location of the mouse cursor before creating a new node. After this
commit the nodes are created at the initial location in which the cursor was
before the menu used to add the node was opened.

This makes it possible for the user to predict where the new node appears without
having to move it to desired location like before. There is no option for this as
this behaviour is clearly superior to previous.

Codewise it uses static variables. This is something to fix during 2.50 rewrite.

Thanks to paprmh for contribution!
Revision 2630c2c by Juho Vepsalainen (master)
January 8, 2008, 19:06 (GMT)
Minor changes to node rename tool
Rename was changed to work on the last selected node. Also size of a couple of
character arrays was changed to avoid buffer overflows.

Custom name shows up now just fine in group header in case it is being edited
as it did not before.
Revision aa1c028 by Juho Vepsalainen (master)
January 7, 2008, 19:38 (GMT)
Custom Names for Nodes
This commit makes it possible to add a custom name to a node. The feature can be
accessed either by using a menu or shortcut ctrl-r. It currently works only when
a single node is selected. Invoking the feature gives a popup menu in which a new
name can be entered. If the given name is not empty, it will be shown like
"(myCustomName) NodeName" in the node header.

This feature is particularly useful when documenting complex node setups.

I also fixed the size of blur node. It was too short before due to my previous
commit.

Thanks to David Millan Escriva for contribution!
Revision adc68be by Juho Vepsalainen (master)
January 7, 2008, 15:44 (GMT)
Blur Node to support Relative (percent) values
This commit makes it possible to use relative values when using a Blur node. There
is a new toggle in the node that can be used to enable the feature.

Thanks to David Millan Escriva for contribution!

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021