Re: ICE - Record Variable in Array for every frame

2013-05-29 Thread Matthew Graves
: 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 on an unsimulated ice tree

Re: ICE - Record Variable in Array for every frame

2013-05-29 Thread Christian Freisleder
mailto:softimage-boun...@listproc.autodesk.com ] On Behalf Of Christian Freisleder Sent: Sunday, May 26, 2013 03:06 PM To: softimage@listproc.autodesk.com mailto:softimage@listproc.autodesk.com Subject: Re: ICE - Record Variable in Array for every frame if its not simulated u can build

RE: ICE - Record Variable in Array for every frame

2013-05-27 Thread Grahame Fuller
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 on an unsimulated ice

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 for

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

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

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.

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 mattg1...@gmail.com 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

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