Blender Git Commit Log

Git Commits -> Revision b503af3

Revision b503af3 by Lukas Toenne (master)
May 10, 2013, 12:19 (GMT)
Fix for #35291, Deleting 'Group Output' node in compositor causes Segfault. A group without an output node in compositor would leave the original Node instance in the graph with outgoing connections. This causes trouble because the Node is expected to be a NodeOperation. Now group nodes always get disconnected and if no output node is present will use the default group output values (which is slightly less confusing than using input values from connected nodes).

Commit Details:

Full Hash: b503af3d3781510c2519c4909458e613c5b8eee7
SVN Revision: 56654
Parent Commit: 78a470e
Lines Changed: +93, -0

2 Modified Paths:

/source/blender/compositor/nodes/COM_GroupNode.cpp (+89, -0) (Diff)
/source/blender/compositor/nodes/COM_GroupNode.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021