DwM: skip background-set objects w/ selection
This commit is contained in:
@@ -3034,7 +3034,7 @@ void DRW_draw_select_loop(
|
||||
DRW_engines_cache_populate(scene->obedit);
|
||||
}
|
||||
else {
|
||||
DEG_OBJECT_ITER(graph, ob, DEG_OBJECT_ITER_FLAG_ALL)
|
||||
DEG_OBJECT_ITER(graph, ob, DEG_OBJECT_ITER_FLAG_DUPLI)
|
||||
{
|
||||
if ((ob->base_flag & BASE_SELECTABLED) != 0) {
|
||||
DRW_select_load_id(ob->base_selection_color);
|
||||
|
||||
Reference in New Issue
Block a user