Re: [Script] Multiple Pick Session

Date : Wed, 26 Sep 2007 19:57:42 +0200
To : XSI(at)Softimage.COM
From : "Christopher Crouzet" <christopher.crouzet(at)gmail.com>
Subject : Re: [Script] Multiple Pick Session
You could create a simple while loop, like this :

do while true
    PickObject "LeftMessage", "MiddleMessage", pickedElement, buttonPressed

    if buttonPressed = 0 then
        exit do
    end if


    LogMessage "Wooohooo, just picked " & pickedElement.Name
loop


On 9/26/07, Brinkley, Marc <mbrinkley(at)ea.com> wrote:
Hey guys
 
Sorry for the dumb question. I need a picking session that will allow me to pick more than one object and I cant seem to find anything in the docs.
 
Pretty sure this is a case of me not reading enough but thought I would throw it out there.
 
Thoughts?
 
_______________________________________
Marc Brinkley - EA|Chicago
mbrinkley [at] ea.com
312.661.7412
"I prefer the smooth texture of the HoHo over the DingDong."
 


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.