Hair Masterclass files?
11817 24 5- KaiStavginski
- Staff
- 654 posts
- Joined: Aug. 2013
- Offline
- XiangYu
- Member
- 26 posts
- Joined: Jan. 2016
- Offline
KaiStavginskiHi!
No problem - here's that rubbertoy scene.
I disabled some file caches to makes sure there are no external dependencies.
You should run the two File Cache SOPs in /obj/blob_geo/sim. These are for the FEM simulation and for generating the deforming collision VDB.
In 16.5 your sim looks strange.No change of anything and start sim.Why is that?
Thanks.
- HugoLily
- Member
- 1 posts
- Joined: May 2018
- Offline
- cnever
- Member
- 12 posts
- Joined: April 2019
- Offline
Thanks for the files, I also found the model used, just plugin the model and it all works
I do have a question if anyone mind sharing their wisdom. Super new to houdini and crawling my way through files to get up to speed.
There are a few attribute wrangle nodes within the geometry with the following lines in vex:
// attributes for modulating density masks
v@bbox = relbbox(0, @P);
f@x_axis_pos = v@bbox.x;
f@y_axis_pos = v@bbox.y;
f@z_axis_pos = v@bbox.z;
I understand that v = vector, @ = attribute, but struggling to understand exactly what this does and what the purpose is for this as well?
Thanks in advance
I do have a question if anyone mind sharing their wisdom. Super new to houdini and crawling my way through files to get up to speed.
There are a few attribute wrangle nodes within the geometry with the following lines in vex:
// attributes for modulating density masks
v@bbox = relbbox(0, @P);
f@x_axis_pos = v@bbox.x;
f@y_axis_pos = v@bbox.y;
f@z_axis_pos = v@bbox.z;
I understand that v = vector, @ = attribute, but struggling to understand exactly what this does and what the purpose is for this as well?
Thanks in advance
-
- Quick Links