Jump to content

Particles from Velocity obsolete?


Paul_

Recommended Posts

Hi there, 

With much help from the forums, I have discovered how to emit particles from an alembic line based on velocity. (see attached).

My problem is that this solution uses nodes that are now obsolete or changed, (point, vopsop, group etc). Would anyone know how to simply rebuild this with the current houdini nodes?

Any help is much appreciated.

Paul

PARTICLE_BIRTHRATE_FROM_VELOCITYv01.hipnc

WOBBLE_LINEv01.abc

Link to comment
Share on other sites

from what I can tell..you only have to change in group1 the expression to:

@Cd.r>0.7

(instead of the old $CR)

after that does it look right to you ?

ps: I can't quite work work out what the purpose is of add1 and point1 (old), (are they superflous?)  can someone explain ?

Edited by Noobini
Link to comment
Share on other sites

it's now Group Expression (because we are going to use expression), they separated it...

(I just retried your old group...seems to work fine with $CR...I'm going nuts...)

 

GroupExpression.jpg

Edited by Noobini
Link to comment
Share on other sites

Thanks Noobini. I have found that the new group expression works, however, when I delete the old 'Group1' node, it breaks it.

Also as vopsop is now obsolete, how do we replace? Thanks again for your help

Link to comment
Share on other sites

for VOP add an Attribute VOP...inside should be same as before (but see the superflous note above)

 

Having said all that, I'm still puzzled as to WHERE it breaks, I tried your orig file...seems to work fine for me...

 

Edited by Noobini
Link to comment
Share on other sites

it should now be in your POP source, Birth tab, I think paste the expression into Impulse Activation ?

Ok, here's where I'm struggling due to no experience...but here goes:

01) select your POP source, Source tab, set Emiision type to All Points, in Source Group, select point_source from drop downlist

02) Birth tab, paste point("../../groupexpression1",0,"Cd",0)*50 into Impulse Activation

03) set Const. Activation to 0

(do this with your fingers crossed that is)

Edited by Noobini
Link to comment
Share on other sites

something's not right, think I stuffed up the Impulse Activation..

I think step 01) above should use Points instead of All Points, this will enable more option in Birth tab

Edited by Noobini
Link to comment
Share on other sites

here's what I think it should be...(note groupexpression1 not group1)

(your orig expression point("../../group1",1,"Cd",0)*50 is using point 1 instead of 0...I don't know why)

POPSource.jpg

Edited by Noobini
Link to comment
Share on other sites

prolly not but i'm not too confident on the path tho ie. the ../../

pretend you named your line object as emitter, then i'd say the expression would be point("/emitter/groupexpression1",0,"Cd",0)*50 ?

or is that point("/obj/emitter/groupexpression1",0,"Cd",0)*50 ? dunno...clutchin' at straws...

 

Edited by Noobini
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...