SAM-tak/BlenderGameRig

Support Blender 3.0

gentlecolts opened this issue · 2 comments

Attempting to import this addon in blender 3.0.0 produces the following error (tested on linux, paths modified to hide personal info):


Traceback (most recent call last):
  File "/usr/share/blender/3.0/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "<home>/.config/blender/3.0/scripts/addons/gamerig/__init__.py", line 43, in <module>
    from . import utils, rig_lists, generate, ui, metarig_menu
  File "<home>/.config/blender/3.0/scripts/addons/gamerig/utils.py", line 31, in <module>
    from rna_prop_ui import rna_idprop_ui_prop_get
ImportError: cannot import name 'rna_idprop_ui_prop_get' from 'rna_prop_ui' (/usr/share/blender/3.0/scripts/modules/rna_prop_ui.py)

Appears to be fixed, thanks!