Hi guys, me again :) One quick question, how would one go about editing the pick element command in python so that it takes in multiple selections whilst the shift modifier is down?
destMDLPicked = si.PickElement(c.siModelFilter, 'Pick Destination Model', 'Pick Destination Model') destMDLObject = destMDLPicked[2] Thanks in advance, Ogi.

