Cleanup: Simplify mesh triangle material counting #105940

Merged
Hans Goudey merged 12 commits from HooglyBoogly/blender:mesh-mat-tri-len-count into main 2023-08-03 05:02:43 +02:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit dd09f8c44f - Show all commits

View File

@ -11,10 +11,7 @@
#include "MEM_guardedalloc.h"
#include "BLI_array.hh"
#include "BLI_bitmap.h"
#include "BLI_enumerable_thread_specific.hh"
#include "BLI_math.h"
#include "BLI_task.h"
#include "BLI_task.hh"
#include "BKE_attribute.hh"