Return to Snippet

Revision: 15852
at July 19, 2009 18:32 by laurenceosx


Initial Code
# identify source node
source = v1

# do a multiple (shift) on other nodes
targets = [n.getOwner() for n in v.selected]

# create the edges
for target in targets: addEdge( source, target )

Initial URL


Initial Description


Initial Title
guess - create edges from source node to target nodes that were shift clicked

Initial Tags


Initial Language
Python