This is a Blender LiDAR Importer I built for importing LASer (LAS) point cloud data sets. This addon currently ONLY supports the LAS file format and requires the liblas python module (see below).
You will need the liblas python module found here: https://github.com/libLAS/libLAS/tree/master/python/liblas
Download and move the LiDAR-Importer directory into:
~/Library/Application\ Support/Blender/[_version_]/scripts/addons/
Download the liblas python module and move the liblas directory into:
/Applications/Blender/blender.app/Contents/Resources/[_version_]/python/lib/python3.4/site-packages/
Coming soon ...
Coming soon ...
- Version 0.1 (10 October 2014)
This code is available under the MIT License (see LICENSE.txt for more information)