Fix T86278: vertex color baking not working with modifiers
As in the old Blender Internal baking code, this still relies on there being a good mapping to the original vertices.
This commit is contained in:
@@ -1146,7 +1146,7 @@ static PyObject *bpy_bmesh_from_object(BPy_BMesh *self, PyObject *args, PyObject
|
||||
return NULL;
|
||||
}
|
||||
|
||||
me_eval = BKE_mesh_new_from_object(depsgraph, ob_eval, true);
|
||||
me_eval = BKE_mesh_new_from_object(depsgraph, ob_eval, true, false);
|
||||
need_free = true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user