Would an fCurve node do the trick? Make the animation curve in there and grab values base on a scalar input.
On Fri, Jul 12, 2013 at 1:49 PM, Ponthieux, Joseph G. (LARC-E1A)[LITES] < [email protected]> wrote: > ** ** > > >How would you store the animation from just a single ICE scalar node as > an action?**** > > ** ** > > So I figured this part out at least. I did manage to bring in the > StoredFcvAction and the value and pass it along to something else. I can > pull any value from any defined frame. Problem is this does not look > portable. The action is stored under Mixer Sources and not under “self”. I > need this to inherit the original scalar animation from any object which > this tree is applied and inherit any changes. I’m guessing a new action > would need to be created every time a change is made to the original. Is > that correct?**** > > ** ** > > Joey**** > > ** ** > > ** ** > > >And further, doesn’t this require explicit creation of a new action for > each time I plan to reuse this tree on a different object? **** > > ** ** > > --**** > > Joey Ponthieux**** > > LaRC Information Technology Enhanced Services (LITES)**** > > Mymic Technical Services**** > > NASA Langley Research Center**** > > __________________________________________________**** > > Opinions stated here-in are strictly those of the author and do not **** > > represent the opinions of NASA or any other party.**** > > ** ** > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Gustavo Eggert > Boehs > *Sent:* Friday, July 12, 2013 1:03 PM > *To:* [email protected] > *Subject:* Re: ICE arrays again**** > > ** ** > > You can get data at a given frame as long as it is stored in a Action. > There is a get data from action node with a frame parameter.**** > > Em 12/07/2013 13:20, "Ponthieux, Joseph G. (LARC-E1A)[LITES]" < > [email protected]> escreveu:**** > > Hello,**** > > **** > > I have a scalar node in an ICE tree which has been keyframed. I want to > load the sequence of values(represented by the animation curve) into an ICE > array so that I can extract a value from any frame by selecting that > corresponding index. **** > > **** > > For example, if I am on frame 99 I want to get the animation value from > Frame 3. I thought arrays would permit me to do this but it seems I’ve only > been able to insert or set a value on a specific frame, the minute I move > to another frame the index value is lost. I can’t figure out if this is > possible. What am I doing wrong?**** > > **** > > --**** > > Joey Ponthieux**** > > LaRC Information Technology Enhanced Services (LITES)**** > > Mymic Technical Services**** > > NASA Langley Research Center**** > > __________________________________________________**** > > Opinions stated here-in are strictly those of the author and do not **** > > represent the opinions of NASA or any other party.**** > > **** >

