Add-on installation #304
Labels
No Label
Kind
Breaking
Kind
Bug
Kind: Community
Kind
Documentation
Kind
Easy
Kind
Enhancement
Kind
Feature
Kind
Proposal
Kind
Security
Kind
Studio Request
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio-tools#304
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?
Hello,
I tried to set up the
blender_kitsu
add-on on a fresh Blender 4.1 install (I imported the folder via the add-ons section in Blender). It doesn't seem to work. When I install the extension, it says nothing about an eventual failure, but the extension doesn't show in the list. Do you have any idea about what I could have done wrong?Can you provide any more details?
Ideally your System Information and any warnings you see in Blender or in the console?
Here is the console error:
I'm using Ubuntu 24.04. When I select the init.py file, it imports only the init file not the whole folder.
The "Install Add-on From File" button in Blender only works with .zip files.
What you'd want to do instead, is create a folder somewhere on your file system dedicated to your Blender add-ons, then create an "addons" folder within, then place the blender_kitsu folder inside. Then go to Preferences->File Paths->Script Directories, and browse the top level folder you created.
So, Kitsu might be here:
/home/username/Blender Scripts/addons/blender_kitsu
And you'd browse this as a Script Directory:
/home/username/Blender Scripts/
Then you can put any other add-ons you like there in the future as well. This way they aren't hidden away somewhere in some secret .config or appdata folder. Let us know if that doesn't work.
Thank you that works! Sorry for asking such a simple question.
Best regards,
Frank
No problem, our install instructions were outdated, we used to have .zip downloads for each add-on but we don't anymore, as we will be migrating to the Extensions platform for 4.2. I updated stuff to have accurate instructions in the meantime, even though it's a bit complicated for now.