import-ply-as-verts icon indicating copy to clipboard operation
import-ply-as-verts copied to clipboard

Blender Python PLY importer for point clouds and nonstandard models.

Results 8 import-ply-as-verts issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for such nice tool. I have some problem when import the pointcloud as it seems it modifies the coordinates while importing. In the image, you can see that...

I've been working on a ply writer for some particle simulation data which can map one attribute to RGB, another to alpha, and a third to emission. With very little...

Hi, thanks for creating this updated ply importer! I wrote something that creates a material and geometry node tree: ``` import bpy mat_name = "pointcloud" materials = bpy.data.materials if materials.get(mat_name)...

Hello, first of all thanks a lot for the add-on and manual ! It's super useful. I am an absolute noob on blender so probably my question will be stupid...

I couldn't install the addon in Blender 4.0

Thank you for creating this project. I would love to be able to move PLY files from Postshot to Blender successfully. When I try to import a PLY I do...

Hi - I'm new to Blender but I'm sure I have installed correctly but when I import / Stanford PLY as Verts. The object comes in but it seems to...

I am attempting to install this addon for a Blender version that I am using over ssh. As such, I am only able to interact with it through the command...