Is it possible to memorize values in ice?

Discussions about SOFTIMAGEs© Interactive Creative Environment©
didier13
Posts: 13
Joined: 01 May 2011, 10:13

Is it possible to memorize values in ice?

Post by didier13 » 17 Nov 2011, 11:31

hi all,

I was asking myself if there was a way to store values ( a memory node) that could be used in the same ice Tree?

if yes, how?

Thank you very much

User avatar
mattmos
Posts: 445
Joined: 02 Dec 2009, 15:59

Re: Is it possible to memorize values in ice?

Post by mattmos » 17 Nov 2011, 12:46

One way is to use a self.parameter where parameter can be anything - so you pipe your values into a set data (self.whatever) and add that into the first execute port. then lower down the tree you can use a get data with the same param.

didier13
Posts: 13
Joined: 01 May 2011, 10:13

Re: Is it possible to memorize values in ice?

Post by didier13 » 17 Nov 2011, 13:15

Ok i understand the way to do this.
thanks