Solved Whitewatersource Foam Bubbles separation

   989   2   0
User Avatar
Member
4 posts
Joined: April 2020
Offline
hi i have very noob question related to whitewatersource
in old version of houdini you could find foam and bubbles in separated groups
but now they are in attribute wonder how i can separate them is there any way i can transfer and put them in groups? for render and material purposes
Edited by PaPaBert - Aug. 23, 2021 09:54:20

Attachments:
Spl.jpg (51.4 KB)

User Avatar
Member
2539 posts
Joined: June 2008
Offline
You can use a pointwrangle to form a group from an attribute.
if(@bubble!=0){i@group_bubbles = 1;}
if(@foam!=0){i@group_foam = 1;}
if(@spray!=0){i@group_spray = 1;}
Edited by Enivob - Aug. 12, 2021 09:49:46
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
4 posts
Joined: April 2020
Offline
Enivob
You can use a pointwrangle to form a group from an attribute.
if(@bubble!=0){i@group_bubbles = 1;}
if(@foam!=0){i@group_foam = 1;}
if(@spray!=0){i@group_spray = 1;}

THANKKKKK YOUUU
  • Quick Links