Script behavior

Date : Mon, 31 Oct 2005 19:02:58 -0300
To : <XSI(at)Softimage.COM>
From : "Pablo Tufaro" <pablo.xsi(at)gmail.com>
Subject : Script behavior
Hello list. I have an issue here.
 
I used to run this simple script to offset the keyframes on multiple selection
 

Set oSelection = Application.Selection

i=0

for each oItem in oSelection

Sequence oItem, siAnimParams, i, 1, 1, 500, 1, siFCurvesAnimationSources

i = i+1

next

 

In 4.2, this worked fine, but now in version 5 the "sequence options" appears and I have to hit ok on each object in the selection.

Sombody can tell me how can I solve this?

Thanks in advance to all.

 

Pablo.


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.