Returns error when installing in bl4.1.1 #180
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Win 10
Blender Version: 4.1.1
CloudRig Version: 2.1.15
Short description of error
Exact steps for others to reproduce the error
01 Open preferences and goto add-ons
02 Install from zip and point to downloaded zip
03 An error will show, see below
''' Modules Installed (cloudrig) from 'C:\Users\romboutversluijs\Downloads\CloudRig\Versions\CloudRig-master.zip' into 'C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons'
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 376, in enable
mod = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in load_unlocked
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig_init.py", line 7, in
from . import (
File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig\rig_component_features_init.py", line 1, in
from . import (
File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig\rig_component_features\bone_gizmos.py", line 4, in
from .bone_info import BoneInfo
File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig\rig_component_features\bone_info.py", line 10, in
from .properties_ui import ensure_custom_property, make_property
File "C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig\rig_component_features\properties_ui.py", line 18, in
from ..generation.cloudrig import (
ImportError: cannot import name 'unquote_custom_prop_name' from 'cloudrig.generation.cloudrig' (C:\Users\romboutversluijs\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\cloudrig\generation\cloudrig.py)```
After a restart, i can enable it. Guess because it using modules which it cant find at first perhaps