Skip to content

Matizhill/Vib-IO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Vib-IO

Vib-IO is a Blender add-on for importing and exporting Vib-Ribbon .TMD model files.

Compatible with Blender 5.0.

Features

  • Import Vib-Ribbon .TMD models into Blender
  • Export edited models back to .TMD
  • Edit vertex colors with vertex groups

Example

Model in Blender

Model in Blender

Model in-game

Model in game

How to use

  1. Open Blender.

  2. Go to Edit -> Preferences -> Add-ons.

  3. Click Install from Disk.

  4. Select the script.

  5. Enable the script.

  6. Import a model using:

    File -> Import -> Vib-Ribbon (.tmd)
    
  7. Export a model using:

    File -> Export -> Vib-Ribbon (.tmd)
    

Changing vertex colours

Vib-IO stores colours using Blender vertex groups.
Each colour is represented by a vertex group named with a 6-digit RGB hex value:

FF0000 = red
00FF00 = green
0000FF = blue
FFFFFF = white
000000 = black

To change the colour of part of a model:

  1. Select the imported object.
  2. Go to Object Data Properties.
  3. Open the Vertex Groups panel.
  4. Find the vertex group with the colour you want to edit.
  5. Rename the group to a new RGB hex colour.

When exporting, Vib-IO checks which colour group a primitive belongs to and writes that RGB value into the .TMD file. Vertices or primitives without a valid colour group will export as white.

Authors

  • Joo - Main coder
  • Zungle - Programming help
  • denpakei32 - Testing

About

Vib Ribbon TMD model importer/exporter for blender

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages