Cannot install this on fresh blender 4.1.1 #148
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: Windows 10
Blender Version: 4.1.1
CloudRig Version: Zipped link here
Short description of error
see image attached
Exact steps for others to reproduce the error
Based on the default human metarig or a simplified attached .blend file.
just try to install this
I'm running into this as well. Here's the text of the error:
Does it need to explicitly
import bpy.utils.previews
?I confirmed that
import bpy.utils.previews
fixes this issue and allows the add-on to be enabled.(This was suggested in a StackOverflow answer from 2018.)
So, I was not getting this error, and I'm running Python 3.10.11. I assume some earlier version is having this issue. Added the fix anyways, since it seems harmless. Kinda weird tho. Thanks for the reports guys. LMK if it's not fixed.