Alright...you can probably use Exocortex's Alembic, but I don't know if it'll cache arbitrary ICE attributes.
You can do some trickery by caching out pointclouds that hold all of the important data. Then reading in that to another temporary pointcloud that passes the data back to an ICE topo object. ICE_Topo_Live > pointcloud_out > cache > pointcloud_in > ICE_Topo_Reader It worked in some basic tests a while back, but who know's if it's production safe? No built-in caching is quite missed! Ciaran On Wed, Aug 15, 2012 at 12:52 PM, Ciaran Moloney <[email protected]>wrote: > No. > > > On Wed, Aug 15, 2012 at 11:56 AM, Rob Chapman <[email protected]>wrote: > >> so, ICE topo is been around for a while now, can we cache it? >> >> ' WARNING : 3000 - "Caching : Object topology (points count or edges >> count or polygons count or uv sample) doesn't match." >> >> it appears not. there is nothing in the manual either. currently >> searching some french ex softimage dev web site for clues :) >> >> cheers >> >> Rob >> > > > > -- > - Ciaran > -- - Ciaran

