initial FBX importer, work in progress but can load...
- binary fbx files only - version 7.1 or newer - meshes, uvs, materials, textures - support for blender-internal and cycles materials (depends on engine selected) note - yes, this cant load fbx files exported by blender, for that to work we would need to update the exporter.
Showing
- io_scene_fbx/__init__.py 84 additions, 57 deletionsio_scene_fbx/__init__.py
- io_scene_fbx/export_fbx.py 0 additions, 13 deletionsio_scene_fbx/export_fbx.py
- io_scene_fbx/import_fbx.py 566 additions, 0 deletionsio_scene_fbx/import_fbx.py
- io_scene_fbx/parse_fbx.py 176 additions, 0 deletionsio_scene_fbx/parse_fbx.py
io_scene_fbx/import_fbx.py
0 → 100644
io_scene_fbx/parse_fbx.py
0 → 100644
Please register or sign in to comment