Extensions:2.6/Py/Scripts/Import-Export/Point Cloud Data IO
< Extensions:2.6 | Py | Scripts | Import-Export
2015年8月24日 (月) 19:26時点におけるwiki>DustyDingoによる版 (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'...")
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.