DigDug101 / open-maya-file-in-blender

Experiment - Import a MayaASCII file directly into a Blender scene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Maya File In Blender

This was mostly written out of curiosity.

"What if you could directly parse an .ma file to import it into Blender"

Over the years I've said many times: "If there exists a file format, someone has written an importer for blender".

Figured it was time for me to take a stab at it.

So I found this repo, and spent a weekend modifying it and writing an implementation for geometry/uv data for Blender.

It does not deal with construction history or anything like that, so you better hope history has been cleaned in the scene.

NOTE BEFORE USING

Would not recommend using this for anything important. Opening the file in Maya and exporting an .fbx will result in 1000x more information being preserved.

Barely supports:

  • Transforms
  • Geometry
  • UVs

How to install

Grab a zip file from the releases, and install it as an Addon in Blender preferences.

Where to find it

header image

Good luck 🤞

About

Experiment - Import a MayaASCII file directly into a Blender scene

License:MIT License


Languages

Language:Python 100.0%