Blender Git Loki
Git Commits -> Revision f0fc007
November 11, 2009, 02:15 (GMT) |
Wrapped node input and output sockets in RNA. This allows you to set and animate the values of socket inputs and outputs, for example the value node. It's also a step on the way to manipulating node trees via python (i.e. linking node sockets to each other). This fixes [#19841] RGB Node in compositor not working |
Commit Details:
Full Hash: f0fc007c4b4bde845610d93cbae9c3c4a86a1216
SVN Revision: 24470
Parent Commit: 0807bc1
Lines Changed: +226, -96
8 Modified Paths:
/source/blender/editors/animation/anim_channels_defines.c (+1, -1) (Diff)
/source/blender/editors/include/UI_icons.h (+3, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+17, -27) (Diff)
/source/blender/editors/space_node/node_draw.c (+21, -47) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+178, -16) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+4, -0) (Diff)
/source/blender/editors/include/UI_icons.h (+3, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+17, -27) (Diff)
/source/blender/editors/space_node/node_draw.c (+21, -47) (Diff)
/source/blender/makesrna/intern/rna_ID.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+178, -16) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+4, -0) (Diff)