Blender 4.3 can no longer find the config folder #122944
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
FBX
Interest
Freestyle
Interest
Geometry Nodes
Interest
glTF
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Asset System
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#122944
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 - fully Patched
Graphics card: GTX 1070 - latest Studio Driver
Blender Version
Broken: Blender 4.3.0 -
8937c0bcab
Worked: latest 4.2
Short description of error
If the config folder is in the Blender->4.3 directory, it will not be found by Blender.
Blender creates a new folder under C:\Users\MEINNAME\AppData\Roaming instead.
I don't understand this statement, what is the exact path?
Looking at https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html, this seems like intended behavior to me. At the bottom of the page it says, that you have to override default paths by setting system variables. Did you set these variables?
Hi Richard,
thank you for your reply.
I have had the config folder in the Blender->version number - Folder for years.
You do not need any system variables. How else could Blender be made portable?
@ditos I have checked this on Windows, and indeed this worked up to 4.2 version. So will confirm. This may have been intentional, but I will have to bisect to check that. Will confirm this issue for now.
#122778
4.2 (and later) use new "portable" folder.
Manual
I have checked git log, and found commit
939e4b2efc
, If I read the code right, the new path should be sayblender-4.3.0-alpha+main.8937c0bcab11-linux.x86_64-release/portable/
. Don't have time to test this right now.Will remove high prio, but I guess I can keep this open so this is documented in release notes.
I am too late again, since this is documented in manual, I will close this report. Though this should be in release notes as well, I believe it will appear there soon.
Move the config-Folder in the portable-Folder works for me.
To enable this, create a folder named portable at the following locations:
Windows: Next to the Blender executable, in the unzipped folder
Thank you Ruri and Richard !