Blender Git Loki
Git Commits -> Revision c0fae59
November 11, 2009, 09:11 (GMT) |
* Fixed nodetree animation by giving nodes unique names Now the rna path to nodes happens via the node name, which is ensured to be unique via RNA. As part of this, the node->username string has been removed, upon renaming the node itself it takes care of making sure it's unique (like bones, constraints, etc). There's currently no interactive rename tool, but you can do it via the datablocks editor. - plus a few notifier tweaks, using the newer NC_NODE notifier to refresh graph editor etc. |
Commit Details:
Full Hash: c0fae59c99fdcb802b055c81d51ece6cf9ce5518
SVN Revision: 24478
Parent Commit: b2bb9ca
Lines Changed: +380, -299
11 Modified Paths:
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+11, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+7, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+7, -0) (Diff)
/source/blender/editors/space_node/node_draw.c (+16, -15) (Diff)
/source/blender/editors/space_node/node_edit.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+308, -280) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/node.c (+11, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+7, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+7, -0) (Diff)
/source/blender/editors/space_node/node_draw.c (+16, -15) (Diff)
/source/blender/editors/space_node/node_edit.c (+3, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+308, -280) (Diff)
/source/blender/windowmanager/WM_types.h (+5, -1) (Diff)