05-20-2019, 01:47 AM
How do tysplines cache? I tried to cache the particles that drive it. When I cache it, it became "tycache". But "tycache" could not be read by "tysplines".
How do tysplines cache? I tried to cache the particles that drive it. When I cache it
|
05-20-2019, 01:47 AM
How do tysplines cache? I tried to cache the particles that drive it. When I cache it, it became "tycache". But "tycache" could not be read by "tysplines".
05-20-2019, 12:35 PM
have the same issue atm. need to cache my particles to avoid position flickering, but cannot export tyspline as alembic because it would be around 500gb at least
05-20-2019, 12:51 PM
(This post was last modified: 05-20-2019, 12:52 PM by Adam Trowers.)
Have you checked 'include typsplines' in the exporter options? Cant be sure on the exact wording but it is something like that
08-22-2019, 09:44 PM
tySpline only works with the tyFlow system I believe not as a separate object. What worked for me was using the Export Particles op in it's own even so it acts in global mode and also enabling the 'include splines paths geo'. Then I used the tyCache to read those exported files.
08-23-2019, 12:12 AM
You need to make sure your tySplines object also has meshing enabled. For example, an enabled "tySplineMesher" modifier on top. The splines themselves cannot be cached, but if they are meshes they can be included in a tyCache export.
|