PDA

View Full Version : Trigger Bake Particles per Xpresso


typografschaft
11-15-2010, 01:22 PM
Hi,

I am trying to triggering the bake particles menu command per xpresso user data (boole).
On this thread there is a xpresso setup to trigger render settings,
so I thought I can utilize that for my purpose:
http://forums.cgsociety.org/showthread.php?f=182&t=875312

I tried the coffee node with this script:

main()
{
if(Input1==1)
{
CallCommand(12372); // Bake Particles...
}
}

and connect that with a boole user data, but nothing happens, what I am doing wrong?
Any help is highly appreciated.

Here's the scenefile:
http://www.yader.de/transfer/trigger_bake_particles.c4d.zip

CGTalk Moderation
11-15-2010, 01:22 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.