From 60c9addf79fdd68ceda48e451260a74f403f9e15 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Apr 2012 08:24:44 +0000 Subject: - improve select grouped prefix/suffix from recent patch - added select similar direction (Y axis) --- source/blender/modifiers/intern/MOD_explode.c | 1 + source/blender/modifiers/intern/MOD_warp.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/modifiers/intern') diff --git a/source/blender/modifiers/intern/MOD_explode.c b/source/blender/modifiers/intern/MOD_explode.c index af1969061fe..14acf6a0cbd 100644 --- a/source/blender/modifiers/intern/MOD_explode.c +++ b/source/blender/modifiers/intern/MOD_explode.c @@ -35,6 +35,7 @@ #include "DNA_meshdata_types.h" #include "DNA_scene_types.h" +#include "DNA_object_types.h" #include "BLI_kdtree.h" #include "BLI_rand.h" diff --git a/source/blender/modifiers/intern/MOD_warp.c b/source/blender/modifiers/intern/MOD_warp.c index 926a674462c..38a93091700 100644 --- a/source/blender/modifiers/intern/MOD_warp.c +++ b/source/blender/modifiers/intern/MOD_warp.c @@ -29,6 +29,9 @@ #include "MEM_guardedalloc.h" +#include "DNA_object_types.h" +#include "DNA_meshdata_types.h" + #include "BLI_math.h" #include "BLI_utildefines.h" #include "BLI_string.h" @@ -39,9 +42,6 @@ #include "BKE_texture.h" #include "BKE_colortools.h" -#include "DNA_object_types.h" -#include "DNA_meshdata_types.h" - #include "depsgraph_private.h" #include "RE_shader_ext.h" -- cgit v1.2.3