AntoineSfx Posted July 19, 2019 Share Posted July 19, 2019 I have several non connected geometries ( extruded Font SOPs.. digits from 0 to 9 for example) How do I emit one letter at a time (say once every 30 frames) in RBD Packed object in DOP without creating unnecessary coupling between the DOP and SOP So far I'm deleting parts of the geo in SOP so that when the DOP is evaluating the geometry, it only sees one character. In DOP: creation frame => if($F%30==1,$F,0) in SOP: upstream from dop import, in delete SOP @textindex*30 <= $F && $F < (@textindex+1)*30 Can you show me to a better solution ? Quote Link to comment Share on other sites More sharing options...
Atom Posted July 19, 2019 Share Posted July 19, 2019 Check out Matt's setups. http://www.tokeru.com/cgwiki/index.php?title=HoudiniDops#Emit_packed_prims_into_RBD_sim 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.