Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Failed to install blender-qt3d-export to Blender 2.80. Error: ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils'
Forum Updated to NodeBB v4.3 + New Features

Failed to install blender-qt3d-export to Blender 2.80. Error: ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils'

Scheduled Pinned Locked Moved Unsolved Game Development
2 Posts 2 Posters 1.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • 8Observer88 Offline
    8Observer88 Offline
    8Observer8
    wrote on last edited by 8Observer8
    #1

    Hi,

    I try to install blender-qt3d-export to Blender 2.80 from here: https://github.com/KDAB/qt3d-examples I made all like in README.txt

    But when I try to active this plugin I get this error: ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils'

    Full log:

    Read prefs: C:\Users\8Observer8\AppData\Roaming\Blender Foundation\Blender\2.80\config\userpref.blend
    found bundled python: E:\Program Files (x86)\Blender Foundation\Blender\2.80\python
    register_class(...):
    Warning: 'My_Panel' doesn't contain '_PT_' with prefix & suffix
    register_class(...):
    Warning: 'Test_PT_Panel' doesn't have upper case alpha-numeric prefix
    register_class(...):
    Warning: 'Button_PT_Panel' doesn't have upper case alpha-numeric prefix
    addon_utils.disable: blender-qt3d-export not disabled
    Modules Installed (blender-qt3d-export) from 'E:\\_Projects\\Examples\\FromSource\\Qt\\QML + C++\\qt3d-examples-master\\blender-qt3d-export.zip' into 'C:\\Users\\8Observer8\\AppData\\Roaming\\Blender Foundation\\Blender\\2.80\\scripts\\addons'
    Traceback (most recent call last):
      File "E:\Program Files (x86)\Blender Foundation\Blender\2.80\scripts\modules\addon_utils.py", line 351, in enable
        mod = __import__(module_name)
      File "C:\Users\8Observer8\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-qt3d-export\__init__.py", line 40, in <module>
        from bpy_extras.io_utils import ExportHelper, orientation_helper_factory, axis_conversion
    ImportError: cannot import name 'orientation_helper_factory' from 'bpy_extras.io_utils' (E:\Program Files (x86)\Blender Foundation\Blender\2.80\scripts\modules\bpy_extras\io_utils.py)
    
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      It seems to come from scripts for 2.7 used in 2.8.
      So you have to fix the script to make it run again.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved