diff --git a/io_scene_fbx/parse_fbx.py b/io_scene_fbx/parse_fbx.py index 154bbf494..19cd1f78c 100644 --- a/io_scene_fbx/parse_fbx.py +++ b/io_scene_fbx/parse_fbx.py @@ -20,7 +20,7 @@ from . import data_types # that the sub-scope exists (i.e. to distinguish between P: and P : {}) _BLOCK_SENTINEL_LENGTH = ... _BLOCK_SENTINEL_DATA = ... -read_fbx_elem_uint = ... +read_fbx_elem_start = ... _IS_BIG_ENDIAN = (__import__("sys").byteorder != 'little') _HEAD_MAGIC = b'Kaydara FBX Binary\x20\x20\x00\x1a\x00' from collections import namedtuple @@ -32,10 +32,6 @@ def read_uint(read): return unpack(b'