/ Published in: Python
Expand |
Embed | Plain Text
# 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 )
You need to login to post a comment.
