ICE | Clone Point & Point ID Issues

2013-02-27 Thread Mitchell Lotierzo
Hi everyone, I'm trying to clone some points on a point cloud by first reading in a cache file with a "Cache On File" node and then using the "Clone Point" node. I'm then trying to randomize their color values (which I know relies on an ID attribute). All works well for the first three or four fra

Re: ICE | Clone Point & Point ID Issues

2013-02-27 Thread Mathieu Leclaire
When you clone, it creates new IDs for the cloned points. I'm guessing that your caches particles mush have some points that gets deleted over time? What you can do to get around this issue is save the ID as a custom attribute (self.originalID) after reading the cache and then that attribute wi

Re: ICE | Clone Point & Point ID Issues

2013-02-27 Thread Mitchell Lotierzo
That was it! Doh! Thanks a bunch Mathieu. :) Mitch