Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Custom OBJ exporter that allows you to export models from scenes in Autodesk Maya as .OBJ. These then work by simply dragging them into the program again.

Notifications You must be signed in to change notification settings

Pudzz/Custom-OBJ-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Custom-OBJ-Exporter

Custom OBJ exporter that allows you to export models from scenes in Autodesk Maya as .OBJ. These then work by simply dragging them into the program again.

Just like Maya itself, this OBJ exporter creates a .obj and .mtl file. As usual, the .obj-file saves all the vertex-data, ie position, uv, normal, and builds all faces together. The mtl-file holds the material-data, which describes the materials defined in the .obj file.

The exporter has the choice to:

  • Triangulate the model before export
  • Export whole scene och just the selecte3d objects
  • Export material [.mtl-file]
  • Export scene i local- or worldspace

Written in PyMEL

About

Custom OBJ exporter that allows you to export models from scenes in Autodesk Maya as .OBJ. These then work by simply dragging them into the program again.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages