Animation: Make Vertex Weight Edit modifier inclusive #108286

Merged
Nate Rupsis merged 20 commits from nrupsis/blender:vertext-weights-inclusive into main 2023-07-12 17:52:58 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 523252698f - Show all commits

View File

@ -18,9 +18,7 @@
#include "BLI_listbase.h"
#include "BLI_set.hh"
#include "BKE_deform.h"
#include "BKE_main.h"
#include "BKE_mesh.h"
#include "BKE_mesh_legacy_convert.h"
#include "BKE_node.hh"
nrupsis marked this conversation as resolved Outdated

Seems this include is unneeded now.

Seems this include is unneeded now.
#include "BKE_tracking.h"