Go to file
Jeroen Bakker b724c7f27e Add delete with reconnect feature.
this will reconnect nodes as if the deleted node is muted.
Operation is added to the space_node node menu and to the keymap as CTRL-X

to test this just add some nodes to the space_node
select one or multiple nodes and press CTRL-X

It should reconnect the nodes as they were muted

limitations:
1. it performs a delete and reconnect per node. It does not evaluate all selected nodes as one whole
2. mute only supports Value, Vector and Color data types, so does this feature
3. not usable for nodes where input and output does not match (like colorToBW)

Where reconnect could not be preformed the links will be removed from the model.

Undo works with this delete with reconnect.
2011-07-12 18:59:54 +00:00
build_files Fix for recent GHOST SDL commit. 2011-07-12 18:39:46 +00:00
doc example of Physics Constraints module :) 2011-07-08 06:51:12 +00:00
extern update cmake checker to ignore file list and add some headers to the source list. 2011-06-21 17:00:34 +00:00
intern Fix for recent GHOST SDL commit. 2011-07-12 18:39:46 +00:00
release Add delete with reconnect feature. 2011-07-12 18:59:54 +00:00
source Add delete with reconnect feature. 2011-07-12 18:59:54 +00:00
CMakeLists.txt build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's, 2011-07-12 13:17:54 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile initialize cmake's CMAKE_BUILD_TYPE to 'Release' 2011-06-27 13:18:08 +00:00
SConstruct cmake option to build without an audio library. 2011-06-23 09:27:56 +00:00