Blender Git Loki
Git Commits -> Revision be35762
Revision be35762 by Lukas Toenne (master) April 12, 2013, 08:43 (GMT) |
Made the update callback in bNodeTree registerable in RNA, this was still missing for pynodes. This update callback can be used for "global" updates of the node tree as a whole, as opposed to "local" updates of individual nodes. Any kind of update that takes node connections into account (such as dependency sorting) and does not just work on a single node should be done in the nodetree.update function rather than node.update. |
Commit Details:
Full Hash: be35762950b64727e95b674eb7bb5328f29baf36
SVN Revision: 55981
Parent Commit: 048df1a
Lines Changed: +26, -3
1 Modified Path:
/source/blender/makesrna/intern/rna_nodetree.c (+26, -3) (Diff)