From ba5b792dd997d634c0901bddbca4ebb82d6ebbbe Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 5 Apr 2017 11:11:44 +0200 Subject: Depsgraph: Remove all layer bit flags related checks These bits became obsolete with the new layer system, so we can simplify some code around them or avoid existing workarounds which were trying to keep things working for them. There are still work needed to be done for on_visible_change to avoid unnecessary updates, but that can also happen later. --- source/blender/depsgraph/DEG_depsgraph_build.h | 1 - 1 file changed, 1 deletion(-) (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 fdc86540171..82b63272ff2 100644 --- a/source/blender/depsgraph/DEG_depsgraph_build.h +++ b/source/blender/depsgraph/DEG_depsgraph_build.h @@ -163,7 +163,6 @@ void DEG_add_collision_relations(struct DepsNodeHandle *handle, struct Scene *scene, Object *ob, struct Group *group, - int layer, unsigned int modifier_type, DEG_CollobjFilterFunction fn, bool dupli, -- cgit v1.2.3