Blender Git Loki

Git Commits -> Revision 9d21735

Revision 9d21735 by Lukas Toenne (master)
August 2, 2012, 09:52 (GMT)
Clipboard feature for nodes. With the Copy operator a copy of all selected nodes and links between them is stored in an offscreen list (not in the library). The Paste operator then in turn copies these into the active node tree in the editor.

Currently does not support copying of animation data. This would require copying of individual fcurves etc. between data block, which is not implemented yet.

Also it is currently possible to circumvent some constraints of the nodes, in particular for node groups (e.g. no groups inside groups, render layer not inside groups).

Commit Details:

Full Hash: 9d2173518cd7da7d18bb032c8537c8952abc2b78
SVN Revision: 49495
Parent Commit: 0a782a4
Lines Changed: +262, -21

6 Modified Paths:

/release/scripts/startup/bl_ui/space_node.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+7, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+88, -21) (Diff)
/source/blender/editors/space_node/node_edit.c (+153, -0) (Diff)
/source/blender/editors/space_node/node_intern.h (+4, -0) (Diff)
/source/blender/editors/space_node/node_ops.c (+6, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021