Moving object setup issue

Post Reply
Andrzej
Posts: 5
Joined: Sun Jun 12, 2016 3:01 pm

Moving object setup issue

Post by Andrzej » Tue Nov 29, 2016 4:29 pm

Hey all:)

I have moving object which I want to fill up with particles . The main idea here is to fill object volume with particles and have them follow the object movement. So to do it i ran the script provided by Luis :

emit = scene.get_PB_Emitter("Fill_Object02")
minF = scene.getMinFrame()
maxF = scene.getMaxFrames()


for i in range (minF, maxF + 1):
emit.setParameter("Fill Volume", False)
emit.setParameter("Fill Volume", True)
emit.export()
scene.setCurrentFrame(i)

Now I have bin files stored which is great.
But from here I would like to have access to those particles because I want create dissolving effect over the age.
So I loaded those bin files within Binary Loader and I have created Container plus filter deamon.
I thought I would be able to sent Binary particles to the Container using age condition and then apply Noise deamon for example to change particles behavior. But it seems like Binary particles doesn't show any values like age, velocity etc....

Any suggestion heavily appreciated

Thanks
and

Andrzej
Posts: 5
Joined: Sun Jun 12, 2016 3:01 pm

Re: Moving object setup issue

Post by Andrzej » Tue Dec 06, 2016 12:17 pm

Any Ideas how to dissolve moving object?

Post Reply