shish / blender-ikea-browser

Import 3D models from ikea.com into your scene!
20 stars 1 forks source link

IMPORT ERROR - AttributeError: Calling operator "bpy.ops.import_scene.gltf" error, could not be found #8

Closed anonimo-creator closed 2 months ago

anonimo-creator commented 2 months ago

I installed the addons, I see the icons correctly but when I try to import the models I get this error:

Python: Traceback (most recent call last): File "C:\Users\loren\AppData\Roaming\Blender Foundation\Blender\ 4.2\extensions\user_default\ikea_browser__init.py", line 83, in execute bpy.ops.import_scene.gltf(filepath=ikea.get_model(self.itemNo)) File "D:\Program Files\Blender Foundation\Blender 4.2 \4.2\scripts\modules\bpy\ops.py", line 109, in call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: Calling operator "bpy.ops.import_scene.gltf" error, could not be found

First of all that i have already installed python 3.11

how do i solve the problem? thanks

shish commented 2 months ago

This function should come as part of blender by default - have you manually disabled it? My guess is that this would be Preferences -> Add-ons -> glTF 2.0 format

(If that has been disabled, then I wonder if there's a way for one add-on to specify that it needs certain base functionality to be enabled...)

shish commented 2 months ago

(I can confirm that when I go and disable the glTF add-on, I start seeing this error when importing the glTF models from ikea :thinking: )