Skip to content

RareExports/io_scene_obj_rgba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages