BlenderKit creates files as soon as it is enabled #70890
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#70890
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?
I have created this issue, but am still finding out the details of what actually happens.
I have noticed the last year that occasionally I have to remove blenderkit files from my home folder. To my knowledge I haven't enabled (I veryfied) blender kit add on at all. Inside the folder a json file is stored. Sometimes it happens often, the other times it does not.
I find it also strange that it want to store files in the user folder. In linux storing it in the cache folder would make more sense just like cycles does it.
Added subscriber: @Jeroen-Bakker
BlenderKit downloads and creates files even when not enabledto BlenderKit creates files even when not enabledAdded subscriber: @dr.sybren
I can confirm the creation of
$HOME/blenderkit_data
.Added subscriber: @dfelinto
More than a week without reply or activity. Due to the policy of the tracker archiving for until required info/data are provided.
(in this case the report was never complete, @VilemDuha we can always reopen this or you can report a new issue if you have a more clear picture of the issue).
Changed status from 'Open' to: 'Archived'
Changed status from 'Archived' to: 'Open'
Seems this was triaged incorrectly. reopening as this is still the case
If I understand this right, Blender doesn't touch or run/register add-on files until enabled. I don't understand how there could possibly be a way for BlenderKit to execute any code at all. Is there some kind of 'preregistration' happening when blender checks for installed(not enabled) addons?
Changed status from 'Needs Triage' to: 'Needs Developer To Reproduce'
Added subscriber: @ideasman42
@ideasman42 any insight on this?
This happens in the unit test
bl_load_addons.py
, which enables all (except blacklisted) add-ons one by one.In my opinion this shouldn't create new directories in my home directory, or download files from the internet.
I think the original bug report can be corrected - BlenderKit really only creates the directory upon registration, when enabled.
Changed status from 'Needs Developer To Reproduce' to: 'Confirmed'
@Jeroen-Bakker can you rename this task to correct it? Not sure if I should edit it myself or not -
BlenderKit really never created files when not enabled, it happens after registration, mostly through tests suite.
Perhaps we should close this as it has been validated to be incorrect.
Well some developers (@dr.sybren ) don't like that after activation (through tests suite) the addon creates directories, and I am actually just working on some fixes for it - that's why I only wanted to rename the task. I can also create a new one.
BlenderKit creates files even when not enabledto BlenderKit creates files as soon as it is enabledThis issue was referenced by
6f7c4230af
Changed status from 'Confirmed' to: 'Resolved'