Blender Git Commit Log

Git Commits -> Revision bb4ab6a

Revision bb4ab6a by Lukas Toenne (master)
April 3, 2013, 09:10 (GMT)
Fix #33628, Segmentation fault after pasting a closed group of nodes into an open group. Finally now there is a proper check for pasting nodes into groups. It uses the poll_instance callback of node types to determine if a node can be added into a specific node tree. Currently this is only implemented for group nodes and does a recursive check to avoid pasting a node group into itself (on any level, also nested groups).

Commit Details:

Full Hash: bb4ab6a007ddc1130cc80439c9d4cd89c8117fb6
SVN Revision: 55752
Parent Commit: bfeef2f
Lines Changed: +23, -5

5 Modified Paths:

/source/blender/editors/space_node/node_edit.c (+12, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_common.c (+1, -0) (Diff)
/source/blender/nodes/intern/node_common.c (+8, -4) (Diff)
/source/blender/nodes/shader/nodes/node_shader_common.c (+1, -0) (Diff)
/source/blender/nodes/texture/nodes/node_texture_common.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021