FBX Import only works once per session #50101

Closed
opened 2016-11-23 13:01:52 +01:00 by Steffen Dünner · 9 comments

Win 10 x64 / nVidia GTX 780 with latest drivers

Blender Version
Broken: 2.78.4 Hash: 411836d
Worked: Official 2.78a

FBX import works as expected but as soon as I try to import the same FBX or a different one Blender throws this error:

`Traceback (most recent call last):

File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\import_fbx.py", line 2252, in load
  elem_root, version = parse_fbx.parse(filepath)
File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\parse_fbx.py", line 184, in parse
  init_version(fbx_version)
File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\parse_fbx.py", line 111, in init_version
  assert(_BLOCK_SENTINEL_LENGTH == ...)

AssertionError`

Repro steps:

  • Open Blender
  • Import > FBX any FBX you like (a simple cube does the trick). The source of the FBX doesn't matter. Even FBX exported from Blender cause the issue
  • Everything should work and the geometry is imported
  • Repeat the very same and import the same (or a different) FBX
  • Blender throws an error and doesn't import anything
  • You will have to restart Blender to get the importer working again.
Win 10 x64 / nVidia GTX 780 with latest drivers **Blender Version** Broken: 2.78.4 Hash: 411836d Worked: Official 2.78a FBX import works as expected but as soon as I try to import the same FBX or a different one Blender throws this error: `Traceback (most recent call last): ``` File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\import_fbx.py", line 2252, in load elem_root, version = parse_fbx.parse(filepath) File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\parse_fbx.py", line 184, in parse init_version(fbx_version) File "H:\blender-git\build\bin\Release\2.78\scripts\addons\io_scene_fbx\parse_fbx.py", line 111, in init_version assert(_BLOCK_SENTINEL_LENGTH == ...) ``` AssertionError` Repro steps: - Open Blender - Import > FBX any FBX you like (a simple cube does the trick). The source of the FBX doesn't matter. Even FBX exported from Blender cause the issue - Everything should work and the geometry is imported - Repeat the very same and import the same (or a different) FBX - Blender throws an error and doesn't import anything - You will have to restart Blender to get the importer working again.

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @SteffenD

Added subscriber: @SteffenD

#50186 was marked as duplicate of this issue

#50186 was marked as duplicate of this issue

Added subscriber: @mont29

Added subscriber: @mont29
Bastien Montagne self-assigned this 2016-11-23 20:06:56 +01:00

Woops… stupid me, will fix asap.

Woops… stupid me, will fix asap.

Wow! Thanks for your quick help! :)

Wow! Thanks for your quick help! :)

This issue was referenced by 8f659b019d

This issue was referenced by 8f659b019d9093310b7ca6135962ef4409f0c34e

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @kostex

Added subscriber: @kostex
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#50101
No description provided.