Search found 4 matches
- Wed Dec 21, 2011 3:40 pm
- Forum: Legacy
- Topic: How do I run script during a simulation?
- Replies: 4
- Views: 10528
Re: How do I run script during a simulation?
Thanks for the replies. I have it working now, running my script with each frame inside Events and for a certain amount of frames. But.... When the simulation is done, the animation.sd file exported from Realflow doesn't contain the whole simulation. When I import it into MAX, I only get a static ob...
- Tue Dec 20, 2011 3:51 pm
- Forum: Legacy
- Topic: How do I run script during a simulation?
- Replies: 4
- Views: 10528
How do I run script during a simulation?
How does one run a script with each frame of a simulation? I can load a script and run it easy enough before a simulation, but I can't determine from the Realflow manual how to run a script DURING a simulation. To be specific, I have a small script I want to run at each frame of the simulation. Or, ...
- Mon Dec 19, 2011 5:00 pm
- Forum: Legacy
- Topic: Adding vectors / velocities to objects
- Replies: 2
- Views: 7073
Re: Adding vectors / velocities to objects
Wonderful! That's doing it. I'm rather giddy now.... Now I need to figure out how to make a group of these each frame of a simulation. I'm assuming that is possible. I love a challenge. The emitter dumb particles won't work because I really need to show volume and the affects of particle vs particle...
- Fri Dec 16, 2011 10:54 pm
- Forum: Legacy
- Topic: Adding vectors / velocities to objects
- Replies: 2
- Views: 7073
Adding vectors / velocities to objects
I've figured out how to create objects in a scene and make them Active rigid bodies. (I've been using RealFlow for years, but I'm new to scripting.) Now, how do I (or can I) add a velocity and vector to my rigid body objects? Realflow 2012 manual, page 318 indicates setVelocity cannot be applied to ...