Is there a way to bind a surface deform mod without running
bpy.ops.object.surfacedeform_bind(modifier="Surface Deform")
and is there way to apply it without running
bpy.ops.object.modifier_apply(apply_as='DATA', modifier="Surface Deform")
The obj.to_mesh() method described here, does not seem to work for Surface Deforms.
Thanks, I'd appreciate any pointers.
obj.to_mesh()method "not seeming to work" – batFINGER Jun 11 '18 at 12:20