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:
Diffstat (limited to 'source/blender/depsgraph/DEG_depsgraph_query.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph_query.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index 17f5ca0db79..e9195a1eb26 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -145,15 +145,7 @@ typedef struct DEGObjectIterData {
eEvaluationMode eval_mode;
- /* **** Iteration over geometry components **** */
-
- /* The object whose components we currently iterate over.
- * This might point to #temp_dupli_object. */
- struct Object *geometry_component_owner;
- /* Some identifier that is used to determine which geometry component should be returned next. */
- int geometry_component_id;
- /* Temporary storage for an object that is created from a component. */
- struct Object temp_geometry_component_object;
+ struct Object *next_object;
/* **** Iteration over dupli-list. *** */