Converts Blender's custom vertex color attributes (_COLOR2, _COLOR3, etc.) into
TEXCOORD attributes that Godot imports as CUSTOM0-3.
Requirements:
- Python 3.7 or higher
- numpy library
pip install numpy
Usage:
python convertGLTF.py your_model.glb
Output: your_model_godot.glb