Jmg07 Posted September 29, 2022 Share Posted September 29, 2022 Hi. I was watching this youtube tutorial. There is a melting head. At about 24:00 there is a section about wanting to separate the melted part that is in the particle fluid surface node from the original mesh. There is an attribute transfer that takes in the particle fluid surface and the output from the dopnet and somehow this separates the two meshes, which I don't quite get why. When I use the attribute transfer in this way, there's no error, I just lose all the geometry. I was wondering if that had to do with the fact the particle fluid surface node is a bit different in Houdini 19.5 with four inputs, unlike the version of the node in the video with 3 inputs. Thanks At Quote Link to comment Share on other sites More sharing options...
Ziyad Posted September 29, 2022 Share Posted September 29, 2022 (edited) Hi, with attribute transfer he's merely transferring the colour of the points (pop simulation) onto the mesh, so transferring the '@Cd' point attribute, which can then be used in rendering to apply different materials/colours to the static and melting parts of the mesh. Edited September 29, 2022 by Ziyad Quote Link to comment Share on other sites More sharing options...
Jmg07 Posted October 3, 2022 Author Share Posted October 3, 2022 (edited) Thx. I didn't see the @Cd though in the attribute transfer node. I didn't think he was using the attribute transfer to transfer the colours onto the mesh for rendering but he was using the attribute transfer to divide up the two meshes according to the pop color for each mesh. So the pop color == black was the head of the animal and pop color == white is the melting part. What I would like to do is use a different particle fluid surface node for the head (pop color black) and make it higher res eg particle separation .01 and then for the melted part (pop color white) use a lower particle resolution eg. .04. Thx Edited October 3, 2022 by Jmg07 Quote Link to comment Share on other sites More sharing options...
Ziyad Posted October 3, 2022 Share Posted October 3, 2022 By default the attribute transfer will transfer all point & primitive attributes unless you specify otherwise, hence why you can see the Cd being transferred despite not seeing it inside the node. You can split your pop simulation by creating pop groups based on colour, then splitting them afterwards with split node. I've made a quick setup to demonstrate, hope it helps! split_pop_groups.hipnc 1 Quote Link to comment Share on other sites More sharing options...
Jmg07 Posted October 4, 2022 Author Share Posted October 4, 2022 Thx @Ziyad. That fixed it. 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.