Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.01 KB

LiDAR-Importer

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).

Screenshot of Imported LiDAR Data

Installation:

Dependancies:

You will need the liblas python module found here: https://github.com/libLAS/libLAS/tree/master/python/liblas

Mac OS X Instructions:

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/

Microsoft Windows Instructions:

Coming soon ...

Linux Instructions:

Coming soon ...

Version History:

  • Version 0.1 (10 October 2014)

License:

This code is available under the MIT License (see LICENSE.txt for more information)