Jump to content

What is different between Cache vs File vs Rop output node?


Recommended Posts

Hi, I would like to get some advice about these three node, Cache, File and Rop output.

1. What is different between Cache vs File?

2. What is different between File vs Rop output node?

3. What is good for when I work for particle(emitter cache and spreading particle cache..etc)

Link to comment
Share on other sites

if you use rop output, then you will need file node for read the file.

or you can use file cache, it can do both read and write.

file cache is just convenient wrapper for ropoutput and file node. you can dive in to file cache node, then you see that there is rop output node and file node.

Edited by yongbin
  • Like 1
Link to comment
Share on other sites

1. What is different between Cache vs File?

Both save geometry.

Both were designed to save geometry as you play forward, frame-by-frame.

Cache SOP saves geometry to system memory therefore very fast. Geometry goes away when you close the session.

File SOP saves geometry to disk therefore much slower than Cache SOP. Geometry is persistent.

2. What is different between File vs Rop output node?

Both save geometry to disk.

File SOP is designed to save geometry as you play forward.

Geometry ROP Output driver is designed to render geometry to disk over a specific frame range.

3. What is good for when I work for particle(emitter cache and spreading particle cache..etc)

It's up to you. Use both. Use the Cache SOP and it's reset button to refresh changes. Use the File SOP or Geometry ROP SOP to write the particle sequence to disk when you approve of the behaviour.

The Cache SOP can be used right after the POP network to cache the results so you can scrub back and forth and use point cloud look-ups, etc.

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...