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.h')
-rw-r--r--source/blender/depsgraph/DEG_depsgraph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h
index 932a7c51286..e05b417f245 100644
--- a/source/blender/depsgraph/DEG_depsgraph.h
+++ b/source/blender/depsgraph/DEG_depsgraph.h
@@ -65,6 +65,7 @@ struct Main;
struct PointerRNA;
struct PropertyRNA;
+struct RenderEngineType;
struct Scene;
struct SceneLayer;
@@ -84,6 +85,7 @@ typedef struct EvaluationContext {
float ctime;
struct SceneLayer *scene_layer;
+ struct RenderEngineType *engine;
} EvaluationContext;
/* DagNode->eval_flags */
@@ -213,6 +215,7 @@ void DEG_evaluation_context_init(struct EvaluationContext *eval_ctx,
void DEG_evaluation_context_init_from_scene(struct EvaluationContext *eval_ctx,
struct Scene *scene,
struct SceneLayer *scene_layer,
+ struct RenderEngineType *engine,
eEvaluationMode mode);
/* Free evaluation context. */