blender/release/scripts
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
..
modules make python3.3 compatible, __class__ is no longer in the class methods namespace. 2011-07-11 05:50:49 +00:00
presets fix [#27196] Traceback caused by preset selection 2011-04-28 09:52:16 +00:00
startup Add delete with reconnect feature. 2011-07-12 18:59:54 +00:00
templates move generic bpy helper modules into bpy_extras. 2011-05-16 07:51:02 +00:00