I have a bare bones script that has 2 lines:
import bpy
bpy.ops.mesh.rip()
I've made sure I am in EDIT mode and have edges selected in edge mode. It fails with
RuntimeError: Operator bpy.ops.mesh.rip.poll() failed, context is incorrect
But I've fulfilled all of the context rules in the docs. Anybody?
bmeshoverbpy.ops.meshwhenever possible. List comp is handy hereedges=[e for e in bm.edges if e.seam]– batFINGER Dec 14 '19 at 03:05