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, 10 insertions, 0 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph_query.h b/source/blender/depsgraph/DEG_depsgraph_query.h
index 7eb5f1ccec1..f877e99b16b 100644
--- a/source/blender/depsgraph/DEG_depsgraph_query.h
+++ b/source/blender/depsgraph/DEG_depsgraph_query.h
@@ -145,6 +145,16 @@ 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;
+
/* **** Iteration over dupli-list. *** */
/* Object which created the dupli-list. */