「Extensions:2.6/Py/Scripts/Import-Export/STL」の版間の差分

提供: wiki
移動先: 案内検索
(typo)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:37時点における最新版

Import/Export STL
Import and export of STL files
UI location Operator > Import/Export STL
Usage Use the operator to import ASCII or binary files, you can select multiples files. For exporting you can select multiples objects and they will be exported as an single STL file. You can select between ASCII/binary file format (binary is more compact). You can also choose to enable or disable the modifiers during the export.
Version 0 Author(s) Guillaume Bouchard (Guillaum) and al.
Blender 2.56 License Same as Blender
Category Import-Export Distribution Release
Note(s) Currently the script does not handle importing or exporting of normals. If someone needs support for exporting, file a bug report.


Executable information
File name
Current version download builtins
Python modules os, itertools, mmap


Known Issues Does not handle normals import/export and does not handle endianess. There is nothing in the STL spec about it.