importing attributes inside the new POP network's POP VOP

   7384   2   0
User Avatar
Member
17 posts
Joined: Nov. 2013
Offline
first of all sorry for being noob.. in need to reference an attribute called $HITNUM which is in houdini 13 is called i@hitnum..

back then i use add attribute VOP to accomplish this..

but it seems that that node no longer exist inside the new POP VOP..

my question is how do you guys reference an attribute inside the popnet itself to use inside a POP VOP.. or any alternative ways.. thanks in advance ops:
User Avatar
Staff
2540 posts
Joined: July 2005
Offline
Use the POP Wrangle DOP.

You discovered that you need to enable the “Add Hit Attributes” toggle on the new POP Solver DOP. Collisions between RBD objects is the way to set things up for proper collision support. Note that the Collision Detect POP is used as it's name suggests: to detect a collision to change a state of the particles as bounces aren't supported with this POP. Again use RBD objects for collisions.

Enabling the “Add Hit Attributes” toggle on the POP Solver DOP creates a whole slew of attributes preceded with hit* that you can use directly in the POP Wrangle DOP however you see fit:

f@hitimpulse
v@hitnml
i@hitnum
s@hitpath
v@hitpos
i@hitprim
f@hittime
v@hituv
There's at least one school like the old school!
User Avatar
Member
17 posts
Joined: Nov. 2013
Offline
thaks this place is great..ill go take a look at it again today
  • Quick Links