Win 10
Gtx 980
Blender 2.8
Creating a bmesh object using from_object used to work in 2.79 but is broken in 2.8
- Run the following code in the script editor
import bpy, bmesh bm = bmesh.new() bm.from_object(bpy.context.active_object,bpy.context.scene)
- It returns the error:
SystemError: <method 'from_object' of 'BMesh' objects> returned NULL without setting an error