Can't Import FBX from maya #62044
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#62044
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows 10
Graphics card: NVIDEA GeForce GTX 1060
Blender Version
Blender 2.77
Short description of error
I am unable to import a fbx file from maya(have not tried other programs yet)
After I imported it nothing happens but a temporary error message pops up: Couldn't open file 'C:\Documents\Maya\somthing.fbx'
And in the console it ran like normal:
FBX Import: start importing C:\Documents\Maya\somthing.fbx
Traceback (most recent call last):
KeyError: 0
Exact steps for others to reproduce the error
Start blender - click file > Import > fbx - click maya fbx file - click import.
Added subscriber: @Magic-4e
Added subscriber: @brecht
Please try the latest version, 2.77 is 3 years old:
https://www.blender.org/download/
https://builder.blender.org/download/
Added subscriber: @SergeyIvanov
its working for me for blender 2.8 and maya 2018
Removed subscriber: @SergeyIvanov
I have updated it.
And yes it works now.
Thanks everyone.
Changed status from 'Open' to: 'Resolved'
Added subscriber: @Ficopoki
Hi,
I have the same problem with blender 3.0.0 and i also tried this with 3.1.2. I cant open FBX file (size 6 GB i know it is super large) when importing. This is the message i get back from console. We tried this on laptop with 16 GB of ram, and on PC with 64 GB of ram but it still didn't work.
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\import_fbx.py", line 2409, in load
elem_root, version = parse_fbx.parse(filepath)
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\parse_fbx.py", line 188, in parse
elem = read_elem(read, tell, use_namedtuple)
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\parse_fbx.py", line 147, in read_elem
elem_subtree.append(read_elem(read, tell, use_namedtuple))
File "C:\Program Files\Blender Foundation\Blender 3.0\3.0\scripts\addons\io_scene_fbx\parse_fbx.py", line 142, in read_elem
elem_props_data[i] = read_data_dictdata_type
Strange I have imported an fbx somewhere in the past months, but I didn't get get an error.
My armature did have incorrect scaling relative to the mesh though.
But than again, I have never worked on files as large as yours.