Blender Git Commit Log
Git Commits -> Revision c2a691a
Revision c2a691a by Chris Want (master) March 30, 2004, 03:10 (GMT) |
Support for the STL (stereolithography) file format. Reads the ASCII and binary subformats, and writes the binary subformat. Read is done with usual F1, write is done in the menu 'File->Export Selected->STL'. Writes meshes only, writing the 'displistmesh' if subsurf is on. The 'magic' to determine whether it is reading the binary or ASCII subformat could use a little work, but makes the correct choice most of the time. |
Commit Details:
Full Hash: c2a691a94eed48bd310c110a96729eb8aeb5bf25
SVN Revision: 2193
Parent Commit: fc275fd
Lines Changed: +560, -7