Please expose the Vertex Colors in these functions.
We also can’t access mesh vertex color data in any way, even with the Allow CPU Access turned on. It can be very useful to properly implement some mesh processing automation tools/procedural mesh generation tools.
Update: The pull request from @project.gheist was classified as a breaking change unfortunately, more details available under the pull request link.
Not sure how to add this without breaking it. I didn’t know that adding a function output in C++ API can be so destructive. I remember learning about implementing more ‘flexible’ solutions (polymorhism and stuff), so e.g. a function would work correctly even if not provided enough outputs (it would just fire a different implementation), but that was long ago, so maybe I’m babbling.