simple expression question

   2688   2   0
User Avatar
Member
47 posts
Joined: May 2009
Offline
hi,

i got this simple scene where i have a box copied with copy sop on particles. and i wanna control each copy's scale individually with keyframed animation so that their animation offset is based on particles life.

im trying to get correct scale value with this expression:

chopf(“../chopnet1/OUT/anim”, stamp(“../copy1”, “cpLife”, 0))


what am i doing wrong?

cheers!

Attachments:
simpleExpression.hipnc (42.9 KB)

User Avatar
Member
47 posts
Joined: May 2009
Offline
i just realized that $LIFE is between 0-1 and my channel is between 0-100.
so adding a simple multiplier in the expression fixes it.
User Avatar
Member
4261 posts
Joined: July 2005
Offline
Ha. I was just about to reply and recommend that.

Glad you caught it.

Attachments:
simpleexpression_492.hipnc (46.5 KB)

if(coffees<2,round(float),float)
  • Quick Links