Right-click and save link as a Python file. Then install projectile.py
in Blender.
- Trajectory Tracing: Projectile draws trajectories for each object so you can get an idea of how the object will interact with the scene.
- Hassle-Free Physics: Projectile handles all the keyframing so all you have to do is set a speed and click a button! Much faster and more accurate than doing this manually.
- Object Settings: Each object has its own settings tied to it, so don't worry about making a mistake because you can always go back and change something!
- Real-World Units: Projectile will use the same units that are used in the .blend file, so you can use m/s or ft/s so you can truly know how fast your objects will be moving.
Projectile is located in the Physics tab of the sidebar <<<<<<< HEAD
- Click Add Object as Emitter to set an object as a Projectile object. The execute operator will be applied and an empty (emitter) will be created at the same location as the object.
- Click Remove Object with an active emitter to remove all instances.
- Set the Velocity component for each axis.
- Number is to set the number of instances. (Default is 1)
- Lifetime is to set the lifetime of the instances. 0 means the instances will not be destroyed.
- Then click Execute, then you can play the animation and see the results. =======
- Click Add Object to set an object as a Projectile object. It will set it to be an active rigidbody object, and will set the Initial Location and Initial Rotation based on any transforms the object has.
- Click Remove Object to remove an object from projectile calculations.
- Both Add Object and Remove Object support multiple objects in selection.
- Set the Initial Location by changing the location sliders.
- Set the Velocity component for each axis. The velocity can be set in either Spherical or Cartesian coordinates.
- The Angular Velocity can also be set if desired.
- Then click Launch!, then you can play the animation and see the results. (Launch is only available if Auto Update is not checked.)
aecd6a054515c0d1bbc48c1df3431290f3b65ec9
- Choose a Solver Quality to increase the physics solver quality.
- Draw Trajectories Has options to draw all, selected, or no trajectories in the 3D View
Projectile can be downloaded here for Blender 2.7x