Re: ICE - Record Variable in Array for every frame

2013-05-29 Thread Christian Freisleder
stproc.autodesk.com> [mailto: > > softimage-boun...@listproc.autodesk.com > > <mailto:softimage-boun...@listproc.autodesk.com> ] On Behalf Of Christian > > Freisleder > >Sent: Sunday, May 26, 2013 03:06 PM > > To: softimage@listproc.autodesk.com > >

Re: ICE - Record Variable in Array for every frame

2013-05-29 Thread Matthew Graves
leder > Sent: Sunday, May 26, 2013 03:06 PM > To: softimage@listproc.autodesk.com > Subject: Re: ICE - Record Variable in Array for every frame > > "if its not simulated u can build an array of size=no. of frames and > populate it with the lengths from each frame." &g

RE: ICE - Record Variable in Array for every frame

2013-05-27 Thread Grahame Fuller
Freisleder Sent: Sunday, May 26, 2013 03:06 PM To: softimage@listproc.autodesk.com Subject: Re: ICE - Record Variable in Array for every frame "if its not simulated u can build an array of size=no. of frames and populate it with the lengths from each frame." how do you build an array o

Re: ICE - Record Variable in Array for every frame

2013-05-26 Thread Christian Freisleder
"if its not simulated u can build an array of size=no. of frames and populate it with the lengths from each frame." how do you build an array on an unsimulated ice tree that is holding values of other frames than the current??? maybe I don't understand your explanation, but it doesnt't work fo

Re: ICE - Record Variable in Array for every frame

2013-05-24 Thread Kostas Strevlos
It totally makes sense now! Thanks for the illustration as well. I've seen this sort of set up before but I would have never remembered to use it in this case. Great stuff! Ill have a look at the push node as well. Thanks again! Kostas On 24 May 2013 16:55, Ciaran Moloney wrote: > You can als

Re: ICE - Record Variable in Array for every frame

2013-05-24 Thread Ciaran Moloney
You can also use the push node. On Fri, May 24, 2013 at 3:14 PM, Matthew Graves wrote: > No problem I have included an image of the setup. the scalar number is > what you are adding and SomeArray is the array you want to put the value > in. In the setup shown the new value is added to the botto

Re: ICE - Record Variable in Array for every frame

2013-05-24 Thread Matthew Graves
No problem I have included an image of the setup. the scalar number is what you are adding and SomeArray is the array you want to put the value in. In the setup shown the new value is added to the bottom of the list each frame. If you swap the get data and the value it will be added at the top. Thi

Re: ICE - Record Variable in Array for every frame

2013-05-24 Thread Kostas Strevlos
Hi Matt thanks for the reply! From your description it seems that this is what I am after. I am interested about the simulated version for now. The only part that I am not quite sure how to do is the "set it each frame". Because as far as remember I used a build array node but it did not keep the v

Re: ICE - Record Variable in Array for every frame

2013-05-24 Thread Matthew Graves
Hi. If you are using a simulated ICE tree you can get an array add the new data to it using the build array node and then set it each frame. this will build a list of lengths upto the current frame. or if its not simulated u can build an array of size=no. of frames and populate it with the lengths