| batch_stl.py - Batch Import Binary .stl files |
Add the script to your blender/scripts
directory. Execute this script from the "File->Import"
menu and choose an STL Batch file, select a file in the
directory you would like to batch import .stl files from. |
| batch_stl.py |
1.0 |
Added fix for Ascii STL files code supplied by Christoph Conrad, Thanks! |
| batch_stl.py |
0.9 |
Added support for Ascii STL files code supplied by Billy Araujo, Thanks! |
| batch_stl.py |
0.8 |
Minor fix when importing long names. |
| batch_stl.py |
0.7 |
Updated for Blender 2.40 Got rid of dependancy on meshtools to stop an error if you did not have a full python install Added options to replace existing meshes with the same name and to turn off the progress bar which makes it faster. |
| batch_stl.py |
0.6 |
Updated for Blender 2.40 Alpha2 Added option to import a single file |
| batch_stl.py |
0.5 |
Updated for Blender 2.37 (use 0.4 for 2.36) |
| batch_stl.py |
0.4 |
Added options to "Set Smooth" and "AutoSmooth"
imported meshes |
| batch_stl.py |
0.3 |
Now supports windows aswell as linux,
not tested on OSX. Removed regular expression module import
so now works without full python install |
| batch_stl.py |
0.2 |
Added Gui & ability to Scale imported
meshes. |
| batch_stl.py |
0.1 |
No gui |