System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: GeForce GT 740/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71
Blender Version
Broken: version: 3.1.0 Release Candidate, branch: master, commit date: 2022-03-07 11:37, hash: rB00f6e4c99051
Worked: (newest version of Blender that worked as expected)
Short description of error
Pressing autocomplete after entering bpy.context.tool_settings. into the Py Console prints a strange warning message to the system console. Just reporting it incase it wasn't supposed to be there. The message:
WARN (bpy.rna): C:\Users\blender\git\blender-v310\blender.git\source\blender\python\intern\bpy_rna.c:1352 pyrna_enum_to_py: current value '0' matches no enum in 'ToolSettings', '(null)', 'uv_relax_method'
Exact steps for others to reproduce the error
- Open Blender.
- Go to the Scripting workspace.
- Enter bpy.context.tool_settings. into the Py Console and press Tab or Console > Auto Complete.
- Warning message prints to system console.