http://darkvertex.com/wp/2012/07/05/xsi-picking-forever-in-python/
On Tuesday, November 12, 2013 10:31:52 AM, Ognjen Vukovic wrote:
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.

