System Information
Operating system: Windows-10-10.0.19044-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59
Blender Version
Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: rBb292cfe5a936
Worked: 3.2 and earlier
Short description of error
After updating to 3.3, I am getting following error after starting up Blender:
Read prefs: C:\Users\rawal\AppData\Roaming\Blender Foundation\Blender\3.3\config\userpref.blend
Warning: TypeError('bpy_struct: item.attr = val: enum "OVERRIDE_LIBRARY_RESYNC_HIERARCHY_ENFORCE" not found in (\'UNLINK\', \'LOCAL\', \'SINGLE\', \'DELETE\', \'REMAP\', \'COPY\', \'PASTE\', \'ADD_FAKE\', \'CLEAR_FAKE\', \'RENAME\', \'SELECT_LINKED\')')Yes, resetting Blender to factory settings fixes it, but completely nuking all user's settings and configuration is not really a feasible solution. For the end user, steps to troubleshoot and resolve this issue are not clear. Userprefs.blend is a binary file format user can not just open and manually fix.
Exact steps for others to reproduce the error
- On Windows, replace the 3.3 config folder found in C:\Users\%username%\AppData\Roaming\Blender Foundation\Blender with this one:
- Launch Blender
- Observe the error in the console
Result: There are no obvious steps the end user can take to resolve this error without destroying their entire Blender configuration.
Expected: The error either does not happen or there are obvious steps to fix the software configuration and stop the error from occurring.