ModuleNotFoundError in Python API with extensions #208
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#208
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?
When installing addons through the Extensions platform on Blender 4.2, I am getting
ModuleNotFoundError: No module named 'cloudrig'
when I runimport cloudrig
in the python console. I have tried this with multiple addonsOn Blender 4.1, installing these same addons manually, I am able to import them as expected
I'm on a Mac and the location of my 4.1 instance of CloudRig is
/Users/<user>/Library/Application\ Support/Blender/4.1/scripts/addons/cloudrig
and in 4.2/Users/<user>/Library/Application\ Support/Blender/4.2/extensions/blender_org/cloudrig
I was unable to find documentation about importing extension addons. Should these be able to be imported this way or am I missing a new path I need to call in Python
I found you can import the extensions with
bl_ext