System Information
Operating system: Linux-5.18.10-76051810-generic-x86_64-with-glibc2.34 64 Bits
Graphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.129.06
Blender Version
Broken: version: 3.4.0 Alpha, branch: master, commit date: 2022-09-26 11:52, hash: rB2356afc7af9a
Worked: Sept 19 at least, possibly broken by rBa8a454287a27 ?
Exact steps for others to reproduce the error
- Add default cube
- Add subsurf modifier
- bpy.context.object.data.edges[0].crease = 1
The code runs without error, but does not set the crease value; Checking bpy.context.object.data.edges[0].crease will return 0 still.
This might be the same or at least related to T101393.