From 7b45edacab364b9bb166d763fa79de3dfec7c316 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 6 Apr 2017 16:11:50 +0200 Subject: Depsgraph: Remove old header from blenkernel --- source/blender/depsgraph/DEG_depsgraph_build.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h') diff --git a/source/blender/depsgraph/DEG_depsgraph_build.h b/source/blender/depsgraph/DEG_depsgraph_build.h index 17d325828d8..d861afd1fa7 100644 --- a/source/blender/depsgraph/DEG_depsgraph_build.h +++ b/source/blender/depsgraph/DEG_depsgraph_build.h @@ -161,7 +161,7 @@ typedef bool (*DEG_CollobjFilterFunction)(struct Object *obj, struct ModifierDat void DEG_add_collision_relations(struct DepsNodeHandle *handle, struct Scene *scene, - Object *ob, + struct Object *ob, struct Group *group, unsigned int modifier_type, DEG_CollobjFilterFunction fn, @@ -169,7 +169,7 @@ void DEG_add_collision_relations(struct DepsNodeHandle *handle, const char *name); void DEG_add_forcefield_relations(struct DepsNodeHandle *handle, struct Scene *scene, - Object *ob, + struct Object *ob, struct EffectorWeights *eff, bool add_absorption, int skip_forcefield, -- cgit v1.2.3