Use Points as Particles

   6530   8   2
User Avatar
Member
271 posts
Joined: March 2012
Offline
Hi,

Let's say I have a bunch of points that I have created, and I want to treat them as particles in a popnet - how do I do this? Is it possible to do this without emitting from the source points for one frame? I noticed that you can set the initial geometry for the popobject node, and gravity and forces do effect these points, but no pop nodes do anything at all.

How do I get the pop solver to consider these points as particles?

I have attached a simple example.
(Note: The popsource node has the Geometry Source set to ‘Use DOP Objects’, but this is undocumented)

Attachments:
Points_as_Particles.hipnc (244.7 KB)

User Avatar
Member
184 posts
Joined: Dec. 2008
Offline
Where is the Problem with Emitting from Points at Frame 1? Source from Point, And incoming Pointcount in birthrate Field.
If you er happy with simple noises there is still the particle sop set to modify source.

Cheers
User Avatar
Member
280 posts
Joined:
Offline
Modified your file

Attachments:
Points_as_ParticlesFixed.hipnc (244.9 KB)

User Avatar
Member
280 posts
Joined:
Offline
yes you are right it was kinda my habbit to use source giving me more option such as life etc..
User Avatar
Member
402 posts
Joined: June 2014
Offline
Hi!

I ended up deleting my posts because I wrote something stupid… like repeat what the OP had already said

I guess it all depends how much work you like doing in SOPs, if what I want is to use POPs to advect an ‘object’, then I much prefer to apply those attributes on the object itself in SOPs. If the points are in fact a source for multiple other points, the POP source would be my way to go.

EDIT: I had a look at the original hip, and deleting the pop source node seems to give the expected behaviour…
Edited by friedasparagus - Feb. 26, 2017 12:39:17
Henry Dean
User Avatar
Member
271 posts
Joined: March 2012
Offline
friedasparagus
EDIT: I had a look at the original hip, and deleting the pop source node seems to give the expected behaviour…

Yes indeed - that's what I was looking for.
I'm relatively new to the world of DOPs, and all of this is slightly different to SOP land. So I guess that the POP Source node is needed to spawn particles from geo and assign all the attributes (age, life, etc).

So, I'm still curious about what the POP Source > Source Tab > Geometry Source > Use DOP Objects option actually means.
User Avatar
Member
402 posts
Joined: June 2014
Offline
Here's a little example of using a DOP object as a particle source. What's quite groovy here is that the pop wind is not affecting the sphere at all directly. What's making the sphere move is the collisions with the particles that are being affected by the wind

If you try changing the ‘Affector Relationship’ on the merge1 node to ‘left input affects right input’ you'll see the ball stop being dragged over to one side.

Attachments:
particles_from_DOPobj.hip (1.1 MB)

Henry Dean
User Avatar
Member
402 posts
Joined: June 2014
Offline
Oh yes, one more thing that might be of interest… Try digging in to the POP source node, you should be able to unlock the asset as well (because Houdini is bloody great). You'll see that it is basically a SOP network…
Henry Dean
User Avatar
Member
271 posts
Joined: March 2012
Offline
friedasparagus
Here's a little example of using a DOP object as a particle source. What's quite groovy here is that the pop wind is not affecting the sphere at all directly. What's making the sphere move is the collisions with the particles that are being affected by the wind

Thanks for the example. It's sort of obvious now

If you try changing the ‘Affector Relationship’ on the merge1 node to ‘left input affects right input’ you'll see the ball stop being dragged over to one side.

This is interesting. I had no idea that pop nodes could affect RBD objects.
Also, I noticed that you wire in the popsource, popdrag and popwind all into a merge - is this any different to wiring one into the other? (So popsource is wired into popdrag, and popdrag is wired into popwind)
  • Quick Links