Between 2.93 & 3.2 a regression was introduced where evaluated meshes from the modifier stack would always have their deformed_only value set to false. Resolve by enabling for meshes returned by BKE_mesh_wrapper_from_editmesh and ensure the value is kept when the modifier duplicates the cage mesh. Resolves #123138.