main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit f234d2d440 - Show all commits

View File

@ -437,9 +437,6 @@ static void panel_draw(const bContext *C, Panel *panel)
if (runtime_data->used_cpu) {
uiItemL(layout, "Using both CPU and GPU subdivision", ICON_INFO);
}
else {
uiItemL(layout, "Using GPU subdivision", ICON_INFO);
}
}
}
}