Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Scripting: static collection

Scripting: static collection

2004-03-09       - By Christian Rittener

 Back
Reply:     1     2     3     4  

Hello,

I'm trying to go all OOP, so please be indulgent.

In Jscript, I'm trying to use ExtractFromComponents while looping through
aselection of geometries and then looping through their respective clusters.
As soon as a new object is created, it becomes selected, screwing up my
outer loop. How do get the selection collection to remain fixed to what it
is at the beginning of the script? I tried copying Selection into a new
collection, with

                   ch_coll = new ActiveXObject( "XSI.Collection" ) ;
                   ch_sel = selection ;
                   ch_coll = ch_sel ;

and looping through the second collection, but the same thing happens... ???

Christian Rittener

---
Unsubscribe? Mail Majordomo@(protected) with the following text in body:
unsubscribe xsi