The Blender BMesh Python API supports custom data per vert/edge/face/loop...
I'm not sure if the Collada exporter does anything with that custom data. If not, you'll need to either extend an exporter or write your own to export your models.
The Blender BMesh Python API supports custom data per vert/edge/face/loop...
I'm not sure if the Collada exporter does anything with that custom data. If not, you'll need to either extend an exporter or write your own to export your models.