Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' trying to enable the "blender-qt3d-export" addon in blender 2.82 #8

Open
P-Mousavi opened this issue Sep 10, 2020 · 2 comments

Comments

@P-Mousavi
Copy link

P-Mousavi commented Sep 10, 2020

I followed the instructions to install the "blender-qt3d-export" addon in blender 2.82 but I got the following error when trying to enable it:

ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils'
@arielmol
Copy link

arielmol commented Feb 28, 2021

Seeing the same, also I see this message
image

However I'm on 2.92

@8Observer8
Copy link

Just install an older version of Blender in addition. If you open this file https://github.com/KDAB/qt3d-examples/blob/master/blender-qt3d-export/__init__.py you will see these lines:

bl_info = {
           "name": "Qt3D Exporter",
           "author": "Paul Lemire <paul.lemire350@gmail.com>",
           "version": (0, 1),
           "blender": (2, 75, 0),
           "location": "File > Export > Qt3D (.qml)",
           "description": "Convert a blender project to a Qt3D Application or Qt3D files",
           "warning": "",
           "wiki_url": "",
           "tracker_url": "",
           "category": "Import-Export"
          }

As you can see this addon was written in Blender 2.75. Export your models to dae or fbx from latest version of Blender, import them to Blender 2.75, then export them to Qt3D (.qml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants