SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
7.4k stars 883 forks source link

Add PLY file format support #5334

Open KodeMunkie opened 6 months ago

KodeMunkie commented 6 months ago

Is there an existing issue for this feature request?

Is your feature request related to a problem?

I'd like to import files that are in the .ply format, including the per vertex colours within the format as that is the main reason for using it with other editors that don't support .obj with material or .3mf

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

The File -> Import dialog should offer to import .ply suffixed files and load them with their associated colour information. A text format version of the ply importer would be MVP, but it would be better to support both the binary and text variants if possible.

Describe alternatives you've considered

  1. Using Obj with Mtl file (as seen in Bambu Studio ticket https://github.com/bambulab/BambuStudio/issues/1892) however this is an extra step for me using Meshlab, and conversion of the colour information appears to be incorrect (this isn't just a fault with Meshlab) so I'd like to avoid the conversion altogether.
  2. Using 3mf, however colour information in 3mf is non standard or unsupported in many tools.

Additional context

No response

github-actions[bot] commented 3 months ago

Orca bot: this issue is stale because it has been open for 90 days with no activity.

KodeMunkie commented 3 months ago

Not stale, I'm still waiting for it to be triaged.

github-actions[bot] commented 2 weeks ago

Orca bot: this issue is stale because it has been open for 90 days with no activity.

KodeMunkie commented 1 week ago

Not stale, I'm still waiting for it to be triaged.