Sari_Y Posted August 17, 2020 Share Posted August 17, 2020 Hi Houdini guys, I'm doing a Pyro simulation using the instance function because of the smoke&fire of a long trail. I've instructed to create 10 clusters, but there are more than double as many containers created in the scene. The reason is that I'm increasing the sub steps in Dop network. I confirmed that the sub-step of 1 produced the specified number of clusters. However, I need to keep the substeps because the emitters are moving fast and the flames need to look nice in my scene. Is it possible to generate a container only for integer frames? If u have suggestion, I'm highly appreciate it. Thanks! Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted August 17, 2020 Share Posted August 17, 2020 Hi, you can create an attribute on cluster points in a wrangle sop i.e: @creationtime = @Time; then a blast sop with expression: @creationtime<`@Time` place these two nodes at the end of a branch of nodes before the node, which is the reference of clusters points for smoke object dop. It will keep cluster points on first substep only and will delete on the others. 1 Quote Link to comment Share on other sites More sharing options...
Sari_Y Posted August 17, 2020 Author Share Posted August 17, 2020 Thank you vicvvsh ! It works perfectly. super cool! 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.