FBX file not importing #78183

Closed
opened 2020-06-24 00:10:28 +02:00 by Leon Esterhuizen · 7 comments

Windows 10

Blender Version

V2.82
V2.83

The error log

Traceback (most recent call last):

File "D:\2.83\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 2561, in load
  _(); del _
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 2560, in _
  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom
  ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh)
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal
  fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True):
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop
  blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride),
File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct
  fbx_data_len = len(fbx_data)

TypeError: object of type 'NoneType' has no len()

location: :-1

short discruption

I have created a 3D model from Oculus Medium, inported it to Blender, cleaned it up and imported file to Mixamo. Downloaded the animation and when I try open it, it gives me the above error. I have done this process before and it has worked in the past. Only difference is that this model, I have added BezierCircles and Nurbs for the hair and the eye-balls have clear see-through oppacity with the Transmission up. Other then that it is still the same model I have been working on.

Any help appreciated (probably need to bypass Mixamo completely and learn to animate it myself in Blender.

Windows 10 **Blender Version** V2.82 V2.83 **The error log** Traceback (most recent call last): ``` File "D:\2.83\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 2561, in load _(); del _ File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 2560, in _ fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings) File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh) File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True): File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride), File "D:\2.83\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct fbx_data_len = len(fbx_data) ``` TypeError: object of type 'NoneType' has no len() location: <unknown location>:-1 *short discruption* I have created a 3D model from Oculus Medium, inported it to Blender, cleaned it up and imported file to Mixamo. Downloaded the animation and when I try open it, it gives me the above error. I have done this process before and it has worked in the past. Only difference is that this model, I have added BezierCircles and Nurbs for the hair and the eye-balls have clear see-through oppacity with the Transmission up. Other then that it is still the same model I have been working on. Any help appreciated (probably need to bypass Mixamo completely and learn to animate it myself in Blender.

Added subscriber: @zenthetiger

Added subscriber: @zenthetiger

Added subscriber: @ideasman42

Added subscriber: @ideasman42

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

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

Please include the FBX file that doesn't load.

Please include the FBX file that doesn't load.
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

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

Changed status from 'Needs User Info' to: 'Archived'
Philipp Oeser self-assigned this 2020-07-06 10:36:50 +02:00
Member

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
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#78183
No description provided.