Thank you very much for your continued support.
I am writing to propose the addition of an API to support the development of an external plugin that automates and assists with mesh generation for external integrations.
【Desired Functionality】
In addition to the current automatic mesh generation, I would like to implement flexible mesh generation using external tools and scripts, such as:
- Automatic face segmentation based not only on image transparency but also on internal details (such as boundaries and contrast).
- Processing that automatically generates only the surrounding mesh structure while preserving vertices at the same position for shared groups.
【Concept of Required API】
It would be very helpful if the following inputs and outputs could be enabled from external applications:
Data Retrieval
- Vertex and edge information of the currently selected (editable) art mesh.
- Information about currently selected vertices (to enable processing such as retaining only specific vertices).
- Original image data of the currently selected (editable) art mesh (including RGBA pixel information, offsets from the origin, etc.).
Data Reflection
- A function to overwrite/update the target art mesh with vertex and edge data (mesh structure) processed by the external application.
Enabling the extension of mesh generation processes via external scripts, etc., is expected to significantly reduce production costs.
I apologize for the inconvenience, but I would appreciate it if you could consider this request when planning future API expansions.
Thank you for your consideration.