
If more files is selected, it will make separate empty for each file. Go 3D Viewport > Add > Point Cloud Visualizer or File > Import > Point Cloud Visualizer choose ply or ascii type from submenu, select file(s) in file browser and run helper to make empty object with loaded points from file.

You can also add PCV instance from Add or Import menus. Select ply file to load together with main Draw and Erase buttons.Ĭlick Center View At Points to move 3d viewport camera to fit points in its view. Click Erase to hide point cloud and Draw button to display point cloud again.Go to 3d View Sidebar (N) > Point Cloud Visualizer tab, on main panel click file browser icon, select ply file, click Load.Or install by yourself running following script from blender text editor: import bpy required version is 0.10.0.0, if other version is found, warning will be displayed in ui, clicking Install Open3D button will reinstall correct version.installation may take some time, you can watch progress if you start blender from terminal beforehand.Open3D will be installed directly into blender python site-packages, if you reinstall or upgrade blender, you have to repeat steps.path/to/blender/python/binary -m pip install open3d=0.10.0.0.path/to/blender/python/binary -m pip install -U pip.path/to/blender/python/binary -m ensurepip.check Extras checkbox and click Install Open3D.on Windows start Blender by right click and Run as administrator.on Windows use Blender zip distribution instead of installer.internet connection is needed and Blender needs access to it.Open3D is not yet available for Python 3.9 included in Blender 2.93. Open3D is released under the MIT license.Ĭurrently supported Open3D version is 0.10.0.0. Open3D - A Modern Library for 3D Data Processing.

Optional - install Open3D library to use features from Extras panel

