「Extensions:2.6/Py/Scripts/Import-Export/Point Cloud Data IO」の版間の差分
< Extensions:2.6 | Py | Scripts | Import-Export
(Created page with "{{ScriptInfo |name=I/O: PCD |tooltip=Point Cloud Data File format Import/Export |menu=''File->Import'' or ''File->Export'' |version=0.2 |blender=2.7.4 |author='Aurel Wildfellner'...") |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 06:14時点における最新版
UI location | File->Import or File->Export | ||
---|---|---|---|
Version | 0.2 | Author(s) | 'Aurel Wildfellner' |
Blender | 2.7.4 | License | GPL |
Distribution | contrib |
File name | __init__.py pcdparser.py pcd_utils.py |
---|---|
Current version download | https://git.blender.org/gitweb/gitweb.cgi/blender-addons-contrib.git/tree/HEAD:/io_points_pcd |
Additional information
Import
This script imports Point Cloud Data files (.pcd) as exported from libPCL (Point Cloud Library). Currently there is only import support for ascii and binary, but not binary compressed data files.
Export
Exports the vertices of a mesh to a .pcd file in ascii format.