The Bmesh from_object method applies modifiers twice when the input
Deform is enabled and the input Depsgraph is a render one.
The evaluated object is passed to mesh_create_eval_final_render
incorrectly, instead the original object should be passed.