Load Factory Settings autosaves changes to preferences after loading another .blend file #66674
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#66674
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: Linux-4.15.0-54-generic-x86_64-with-debian-buster-sid 64 Bits
Graphics card: Quadro RTX 5000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.17
Blender Version
Broken: version: 2.80 (sub 74), branch: master, commit date: 2019-07-10 15:05, hash:
blender/blender@bb7b741d2f
Worked: (optional)
Short description of error
When using Load Factory Settings it should skip autosave. However this skip autosave state is cleared after opening another .blend file.
Exact steps for others to reproduce the error
Added subscriber: @brecht
I can't redo this error, I've tried
--factory-startup
, resetting from file menu, resetting from the preferences menu.Then opening a file from the file selector & recently opened files list.
Also clearing
~/.config/blender
path and re-creating preferences just in case some local change caused it to work, still no luck.From what I can see this should never happen because all file reading goes via
WM_file_read
, which keeps allG_FLAG_ALL_RUNTIME
flags set as-is (which includesG_FLAG_USERPREF_NO_SAVE_ON_EXIT
).Changed status from 'Open' to: 'Archived'
I can't reproduce it now either, I must have made a mistake.