i can't import fbx because of python:Traceback #86595

Closed
opened 2021-03-15 19:03:02 +01:00 by wu yu hsuan · 10 comments

i can't import fbx.
and errors shows up
*------------------------
Python: Traceback (most recent call last):

File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 2613, in load
  _(); del _
File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 2612, in _
  fbx_item[1] = blen_read_material(fbx_tmpl, fbx_obj, settings)
File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 1473, in blen_read_material
  blen_read_custom_properties(fbx_obj, ma, settings)
File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 372, in blen_read_custom_properties
  assert(val >= 0 and val < len(enum_items))

AssertionError

location: :-1
- *

i can't import fbx. and errors shows up *------------------------ Python: Traceback (most recent call last): ``` File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 2613, in load _(); del _ File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 2612, in _ fbx_item[1] = blen_read_material(fbx_tmpl, fbx_obj, settings) File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 1473, in blen_read_material blen_read_custom_properties(fbx_obj, ma, settings) File "C:\Users\User\Downloads\blender-2.92.0-windows64\2.92\scripts\addons\io_scene_fbx\import_fbx.py", line 372, in blen_read_custom_properties assert(val >= 0 and val < len(enum_items)) ``` AssertionError location: <unknown location>:-1 - *
Author

Added subscriber: @ambsky15

Added subscriber: @ambsky15
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

I assume this might be a duplicate of #81657 (FBX Import error (enum with -1 value -- e.g. as done by the babylonjs exporter from 3dsmax)).

Are you exporting from 3dsmax and have the babylonjs exporter installed?
If not, please share the FBX that causes this issue when importing.

I assume this might be a duplicate of #81657 (FBX Import error (enum with -1 value -- e.g. as done by the babylonjs exporter from 3dsmax)). Are you exporting from 3dsmax and have the babylonjs exporter installed? If not, please share the FBX that causes this issue when importing.
Author

Sorry for no reply since long time .
Yes,I exporting from 3dsmax and have the babylonjs exporter installed.
Seems it the problem,so I uninstalled the babylonjs exporter and reinstall the 3ds max.
And problem solved.
Thank for reply me!

Sorry for no reply since long time . Yes,I exporting from 3dsmax and have the babylonjs exporter installed. Seems it the problem,so I uninstalled the babylonjs exporter and reinstall the 3ds max. And problem solved. Thank for reply me!
Member

Changed status from 'Needs User Info' to: 'Resolved'

Changed status from 'Needs User Info' to: 'Resolved'
Philipp Oeser self-assigned this 2021-03-27 09:09:22 +01:00
Member

OK, thx getting back, will close then

OK, thx getting back, will close then

This issue was referenced by 770d08b71f

This issue was referenced by 770d08b71f6bca3f7b3ab36b65469b571f859d60

This issue was referenced by 2fe7db7171

This issue was referenced by 2fe7db71710f0f1c53f590b1d75654121e32523b

This issue was referenced by 4e30cfd306

This issue was referenced by 4e30cfd30603c3bd8e4f7ecdea77cc65ec213d3a
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#86595
No description provided.