MarkHedleyJones / blender-pcd-io

Import and Export Point Cloud Data files from Blender 2.8+
48 stars 4 forks source link

Question on importing pcd files using python script #6

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

Thanks for the great add-on!

I'd like to import pcd files via some python script just like:

bpy.ops.import_mesh.pcd(filepath=path_pcd)

But, the above throws an error, and I couldn't find out the methods for importing pcd files. Is it supported for importing pcd files via python script? If so, it would be helpful to have some documentation in the README.md file.

Thank you in advance!

MarkHedleyJones commented 1 year ago

Hi @hyrodium, Thanks for trying the add-on and opening an issue. It looks like I had set an unintuitive name for the operator, which has been updated to match the operator name you expected to see. Also, some basic documentation has been added to the README.md file.

If there is still an issue, feel free to re-open this issue. If you have any other problems or questions, please feel free to open other issues.

hyrodium commented 1 year ago

Thanks for the quick updates! I have confirmed that the commands in the README.md:+1: