Pagina 1 di 1

Thinking particles

Inviato: ven lug 08, 2016 4:59 pm
da rayburnside
Hi

Wonder if anyone can help?

I'm trying to create some Xpresso routine to create an emitter which can change the object emitted at specific frames.

Been banging my head against this all day. Anyone done this?

Any advice would be hugely appreciated.

Re: Thinking particles

Inviato: dom lug 10, 2016 3:40 pm
da cappellaiomatto
Hi
you have to animate the pshape node property
I attached an example

:)

Re: Thinking particles

Inviato: dom lug 10, 2016 7:30 pm
da rayburnside
cappellaiomatto ha scritto:Hi
you have to animate the pshape node property
I attached an example

:)
Thanks that helps. But I was hoping to be able to insert a node in between the p pass node and the shape node which would act as what would be a 'case' statement in many languages such as

Case (frame 10): shape (square);
Case (frame 20): shape (circle);

If that makes sense.

Can'y see any way of using "condition" or "switch" to do that?

Re: Thinking particles

Inviato: dom lug 10, 2016 7:50 pm
da cappellaiomatto
Yes you can
just pay attention to data type of xpresso node

watch the example, of course you can change the condition algorithm

Re: Thinking particles

Inviato: dom lug 10, 2016 7:57 pm
da rayburnside
cappellaiomatto ha scritto:Yes you can
just pay attention to data type of xpresso node

watch the example, of course you can change the condition algorithm

Thank you cappellaiomatto. That's exactly what I needed and couldn't quite get to.
Much appreciated.

Re: Thinking particles

Inviato: dom lug 10, 2016 7:59 pm
da cappellaiomatto
You're welcome, it's a pleasure help our users.

Best regards