GPv3: Offset modifier #117446

Merged
Lukas Tönne merged 15 commits from LukasTonne/blender:gp3-offset-modifier into main 2024-01-24 16:58:07 +01:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 2d59ac8962 - Show all commits

View File

@ -6,8 +6,6 @@
* \ingroup modifiers
*/
#include "MEM_guardedalloc.h"
#include "BLI_hash.h"
LukasTonne marked this conversation as resolved
Review

Some unused includes:

// #include "MEM_guardedalloc.h"
// #include "DEG_depsgraph_query.hh"
// #include "RNA_enum_types.hh"
Some unused includes: ``` // #include "MEM_guardedalloc.h" // #include "DEG_depsgraph_query.hh" // #include "RNA_enum_types.hh" ```
#include "BLI_math_matrix.hh"
#include "BLI_rand.h"
@ -24,8 +22,6 @@
#include "BLO_read_write.hh"
#include "DEG_depsgraph_query.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
@ -34,7 +30,6 @@
#include "WM_types.hh"
#include "RNA_access.hh"
#include "RNA_enum_types.hh"
#include "RNA_prototypes.h"
#include "MOD_grease_pencil_util.hh"