Jump to content

Particles Mass


Poupouw

Recommended Posts

Hi guys, I have some problem with my particles mass.

I created a Popnet, and inside I am putting a POP property in order to give some mass to my particles. So in the physical tab, I select Mass and then put this expression in it: fit01(rand($ID + 492.58), 0.2, 0.8)

And when I launch my sim, I have an error on my node, saying "unable to evaluate expression"

Did I do something wrong? Because now my particles are flying instead of falling down. I plug the POP property before the Popsolver.

Could you help me?

 

Thank you

Link to comment
Share on other sites

since H13 there is new popnetwork, which is default now and there is some difference from old POPs

on POP Property check your mass and Use VEXpression checkboxes

and into VEXpression type:

mass = fit01(rand(@id + 492.58), 0.2, 0.8);
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...