Getting the exception access violation upon importing a fbx file

Hi all,

I am getting the access violation exception while import geometry(fbx format) via python.

if meshFormat.lower() == “fbx”:
myOBJ = bpy.ops.import_scene.fbx(filepath=meshPath)

Can someone please tell me what am I doing wrong? Also, I could not find the crash log in my temp folder either.

Thanks!

I would post this over on the bug tracker if I were you, I’m seeing a lot of access violation crashes with recent nightly builds… this is not where we want the Python API to be when 2.80 hits RC.

1 Like