Fix T62328, T62209: revert recent fix for texture slots updates (T60366).
This causes other issues, revert for now until a better fix is found.
Reverts commit da1323d1c9
.
This commit is contained in:
@@ -90,7 +90,7 @@ void ED_editors_init_for_undo(Main *bmain)
|
||||
if (ob->mode & OB_MODE_TEXTURE_PAINT) {
|
||||
Scene *scene = WM_window_get_active_scene(win);
|
||||
|
||||
BKE_texpaint_slots_refresh_object(ob);
|
||||
BKE_texpaint_slots_refresh_object(scene, ob);
|
||||
BKE_paint_proj_mesh_data_check(scene, ob, NULL, NULL, NULL, NULL);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user