Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 17:11:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 17:11:50 +0300
commit7b45edacab364b9bb166d763fa79de3dfec7c316 (patch)
treecca7686e2594e9d039fd436e0018d08c90ef3d1b /source/blender/depsgraph/DEG_depsgraph_build.h
parent2613ad64c5514cd3d610d3b5a18d0831081fc706 (diff)
Depsgraph: Remove old header from blenkernel
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_build.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_build.h4
1 files changed, 2 insertions, 2 deletions
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,