FBX Importer fails to import binary FBX out of 3DS MAX #36714

Closed
opened 2013-09-12 23:26:24 +02:00 by Alexander Zubov · 3 comments

%%%--- Operating System, Graphics card ---

Windows 7 Pro 64bit, GF 670 GTX

- Blender version with error, and version that worked ---

2.68.5 r60045 (from graphicall) Windows 64bit build

- Short description of error ---

Importing binary FBX file, exported from 3DS MAX, with skeletal model fails:


warning layer b'Normals' mapping type unsupported: b'ByPolygonVertex'
Array iterator out of range: (index 15)
Traceback (most recent call last):

File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\__init__.py", line 1

36, in execute

  return import_fbx.load(self, context, **keywords)
File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line

955, in load

  _(); del _
File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line

954, in _

  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj)
File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line

662, in blen_read_geom

  ok_smooth = blen_read_geom_layer_smooth(fbx_obj, mesh)
File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line

558, in blen_read_geom_layer_smooth
1, 1, layer_id,

File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line

397, in blen_read_geom_array_mapped_polygon

  setattr(blen_data[i - 1], blend_attr, True)

IndexError: bpy_prop_collection[index]: index 15 out of range, size 12

location: :-1

location: :-1

- Steps for others to reproduce the error (preferably based on attached .blend file) ---

FBX file is attached, try importing it

%%%

%%%--- Operating System, Graphics card --- Windows 7 Pro 64bit, GF 670 GTX - Blender version with error, and version that worked --- 2.68.5 r60045 (from graphicall) Windows 64bit build - Short description of error --- Importing binary FBX file, exported from 3DS MAX, with skeletal model fails: --------------------------------------------------------------------------------------------------------------------------------- warning layer b'Normals' mapping type unsupported: b'ByPolygonVertex' Array iterator out of range: (index 15) Traceback (most recent call last): ``` File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\__init__.py", line 1 ``` 36, in execute ``` return import_fbx.load(self, context, **keywords) File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line ``` 955, in load ``` _(); del _ File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line ``` 954, in _ ``` fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj) File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line ``` 662, in blen_read_geom ``` ok_smooth = blen_read_geom_layer_smooth(fbx_obj, mesh) File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line ``` 558, in blen_read_geom_layer_smooth 1, 1, layer_id, ``` File "E:\blender-2.68svn\2.68\scripts\addons\io_scene_fbx\import_fbx.py", line ``` 397, in blen_read_geom_array_mapped_polygon ``` setattr(blen_data[i - 1], blend_attr, True) ``` IndexError: bpy_prop_collection[index]: index 15 out of range, size 12 location: <unknown location>:-1 location: <unknown location>:-1 --------------------------------------------------------------------------------------------------------------------------------- - Steps for others to reproduce the error (preferably based on attached .blend file) --- FBX file is attached, try importing it %%%

Changed status to: 'Open'

Changed status to: 'Open'

%%%fixed r4752.%%%

%%%fixed r4752.%%%

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
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#36714
No description provided.