Page MenuHome

Import (OBJ, FBX) fails
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87

Blender Version
Broken: version: 2.83 (sub 1), branch: master, commit date: 2020-01-23 15:59, hash: rB6fff73e3f001
Worked: about week ago.

Short description of error

Trying to Import FBX or OBJ object causes following error message:


File "C:\Users\user\VirtualBox VMs\Windows\Build\Release\2.83\scripts\addons\io_scene_obj\__init__.py", line    146, in execute
return import_obj.load(context, **keywords)
TypeError: load() got an unexpected keyword argument 'hide_props_region'

location: <unknown location>:-1

Exact steps for others to reproduce the error

  1. Open Blender
  2. Import obj or fbx (For example. export the default cube and import that)
  3. Error and fails to import.

Revisions and Commits

Event Timeline

Tomi (Tvartiainen) updated the task description. (Show Details)

getting the same error with the .fbx interface at the moment

Philipp Oeser (lichtwerk) changed the task status from Needs Triage to Confirmed.Jan 24 2020, 2:57 PM
Philipp Oeser (lichtwerk) triaged this task as High priority.
Philipp Oeser (lichtwerk) changed the subtype of this task from "Report" to "Bug".
Philipp Oeser (lichtwerk) edited projects, added Python API; removed BF Blender.

@Julian Eisel (Severin): mind checking? (looks like hide_props_region just has to be added to a couple of importers load() keywords...)

Also: is it just me, or are the Import Properties now hidden on all Importers?

@Philipp Oeser (lichtwerk) It's not just you, the importer for .bvh, .fbx, .stl, .gltf, .obj and possibly more hide the properties. The properties are still visible by default for .dae and .abc.