Skip to content

PLYExporter: Add support for custom properties #31709

@Danilkat

Description

@Danilkat

Description

Right now, PLYExporter supports only those attributes: vertex positions, colors, normals and uv coordinates. So this means that exported mesh wont have other attributes.

Solution

Add support for custom attributes export in PLYExporter. The logic might be similiar to customPropertyNameMapping in PLYLoader.

Alternatives

None

Additional context

Its strange to have this support in PLYLoader but not in PLYExporter. There might be some caveats with the objects that have multiple children and geometry with different custom attributes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions