bifrost Posted March 16, 2019 Share Posted March 16, 2019 Hey guys, So I just created a custom vel setup for pyro and it has always worked for me pre H17. However, due to the changes made to H17 on how you source volumes and fields into dopnet, I have zero clue how to make it work. Can anyone one of you Houdini gurus take a look at the file and help me with this please? Thanks, customVel_of.hip Quote Link to comment Share on other sites More sharing options...
tmdag Posted March 17, 2019 Share Posted March 17, 2019 Hmm, looks like one of microsolvers (SOP Merge Field) is expecting vector volumes in a certain way - Houdini vector volume needs to be provided as a triplet of scalars alternatively - You could convert your volume to VDB, do 'VDB vector merge' and then use it in your setup customVel_of_VDB.hip 2 Quote Link to comment Share on other sites More sharing options...
bifrost Posted March 18, 2019 Author Share Posted March 18, 2019 15 hours ago, tmdag said: Hmm, looks like one of microsolvers (SOP Merge Field) is expecting vector volumes in a certain way - Houdini vector volume needs to be provided as a triplet of scalars alternatively - You could convert your volume to VDB, do 'VDB vector merge' and then use it in your setup customVel_of_VDB.hip This works like a charm. Thanks a lot Albert. I understood what you did in the vdb method. On the 1st method, can you please share what you changed on one of the SOP merge fields so that Houdini is reading the vel data correctly from SOPs? Quote Link to comment Share on other sites More sharing options...
tmdag Posted March 18, 2019 Share Posted March 18, 2019 you have provided "vel". All i've changed there is set it to "vel.x vel.y vel.z" - providing triplet of scalars as native velocity volume is stored in scalars 1 Quote Link to comment Share on other sites More sharing options...
bifrost Posted March 19, 2019 Author Share Posted March 19, 2019 12 hours ago, tmdag said: you have provided "vel". All i've changed there is set it to "vel.x vel.y vel.z" - providing triplet of scalars as native velocity volume is stored in scalars Aha, gotcha. Thanks a lot Albert for your help on this topic. 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.