The operator is not coded properly, it's destroying my models
you need to push to the undo stack after your addon changes things, it doesn't currently
you need to use bpy.ops.ed.undo_push() after the cutting, right now after clicking auto mirror there is no way to undo it and leaves the incorrectly cut mesh in an irreversible
The operator is not coded properly, it's destroying my models
you need to push to the undo stack after your addon changes things, it doesn't currently
you need to use bpy.ops.ed.undo_push() after the cutting, right now after clicking auto mirror there is no way to undo it and leaves the incorrectly cut mesh in an irreversible