FBX Import fails on subsequent imports #50186

Closed
opened 2016-12-05 10:03:15 +01:00 by Roel Koster · 3 comments
Member

System Information
OSX Latest

Blender Version
Broken: Daily Build (d30a023)
Worked: don't know

Subsequent FBX imports raises error and fails

Exact steps for others to reproduce the error

  • Start Blender
  • Factory Defaults (or not.. doesn't matter)
  • Import FBX file
  • Success!
  • Import FBX file
  • Error:
FBX Import: start importing /Volumes/C64_Taperecorder/somefile.FBX
Traceback (most recent call last):
  File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/import_fbx.py", line 2252, in load
    elem_root, version = parse_fbx.parse(filepath)
  File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/parse_fbx.py", line 184, in parse
    init_version(fbx_version)
  File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/parse_fbx.py", line 111, in init_version
    assert(_BLOCK_SENTINEL_LENGTH == ...)
AssertionError

Resetting to factory Defaults or File New doesn't help. I have to quit Blender and restart to be able to import again.

Thanks for looking into it!
Roel

**System Information** OSX Latest **Blender Version** Broken: Daily Build (d30a023) Worked: don't know Subsequent FBX imports raises error and fails **Exact steps for others to reproduce the error** - Start Blender - Factory Defaults (or not.. doesn't matter) - Import FBX file - Success! - Import FBX file - Error: ``` FBX Import: start importing /Volumes/C64_Taperecorder/somefile.FBX Traceback (most recent call last): File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/import_fbx.py", line 2252, in load elem_root, version = parse_fbx.parse(filepath) File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/parse_fbx.py", line 184, in parse init_version(fbx_version) File "/Applications/blender.app/Contents/Resources/2.78/scripts/addons/io_scene_fbx/parse_fbx.py", line 111, in init_version assert(_BLOCK_SENTINEL_LENGTH == ...) AssertionError ``` Resetting to factory Defaults or File New doesn't help. I have to quit Blender and restart to be able to import again. Thanks for looking into it! Roel
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @kostex

Added subscriber: @kostex

Closed as duplicate of #50101

Closed as duplicate of #50101
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#50186
No description provided.