MarkHedleyJones / blender-pcd-io

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

Fix operation naming when importing/exporting programmatically #9

Closed MarkHedleyJones closed 1 year ago

MarkHedleyJones commented 1 year ago

This pull-request closes #6 With this change it is now possible to import and export with the following commands:

bpy.ops.import_mesh.pcd(filepath="/home/username/pointcloud_to_import.pcd")
bpy.ops.export_mesh.pcd(filepath="/home/username/output_pointcloud.pcd")