projects:phy_export
Table of Contents
phy_export
phy_export is a Blender export plugin to output .phy files of basic physics information. This format can be used by anaglym scripts.
Code
$ git clone git://holtrop.mooo.com/phy_export.git
Usage
Copy phy_export.py to ~/.blender/scripts.
Blender mesh objects will be exported unless their name begins with an underscore. The type of physics object generated will depend on the number of faces in the Blender object, according to the following table:
| # Faces | Object Type |
|---|---|
| 1 | plane |
| 6 | cube |
| < 256 | capsule |
| >= 256 | sphere |
projects/phy_export.txt · Last modified: by josh
