Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 600 Bytes

io_scene_obj_rgba

Adds vertex color support to Blender's Wavefront OBJ importer, specifically for importing files exporting used RareExports tools.

The .py files in this repo are meant to overwrite the files in Blender 2.79c's scripts/addons/io_scene_obj.

It expects vertices in Wavefront OBJ files to use the format:

v x y z r g b a

Where r, g, b, a are values 0 <= n <= 255.

Why vertex colors?

This screenshot speaks for itself:

Terrydactyland