Blender Git Loki
Git Commits -> Revision 5129b08
Revision 5129b08 by Brecht Van Lommel (master) September 16, 2009, 18:59 (GMT) |
UI * Node buttons can now use the layout engine. a few simple ones are converted. We'll keep this code in C for now, python wouldn't help much here. * For node buttons not using the layout engine, manually computing the button height is not longer needed. * Node inputs are still not RNA wrapped, would be good to have these available as well for keying, but makesrna does not have access to the bNodeTypes. |
Commit Details:
Full Hash: 5129b08064817aa4bbb28011a4dc215d320ee9e4
SVN Revision: 23286
Parent Commit: 3a6bf17
Lines Changed: +1710, -1543
7 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+3, -2) (Diff)
/source/blender/editors/include/ED_node.h (+5, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+1314, -1361) (Diff)
/source/blender/editors/space_node/node_draw.c (+112, -97) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+273, -83) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -0) (Diff)
/source/blender/editors/include/ED_node.h (+5, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+1314, -1361) (Diff)
/source/blender/editors/space_node/node_draw.c (+112, -97) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+273, -83) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+1, -0) (Diff)