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
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
