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:
authorHans Goudey <h.goudey@me.com>2020-08-12 17:27:24 +0300
committerHans Goudey <h.goudey@me.com>2020-08-12 17:27:24 +0300
commitbb3d0e49042c7bf5dbfb4dfa782de71edd441845 (patch)
tree099599d647f57656e4b89042b8d0b6ad9a5e8c65 /source/blender/editors/include/ED_anim_api.h
parenta5e456f91362cdaf95d68189d3944047d90b68e7 (diff)
parent2c7394acce1a4c1af0bd620147f9ae17da38562e (diff)
Merge branch 'master' into fcurve-modifier-panels
Diffstat (limited to 'source/blender/editors/include/ED_anim_api.h')
-rw-r--r--source/blender/editors/include/ED_anim_api.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 71a0d539174..7a5f65a94d0 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -21,8 +21,7 @@
* \ingroup editors
*/
-#ifndef __ED_ANIM_API_H__
-#define __ED_ANIM_API_H__
+#pragma once
#ifdef __cplusplus
extern "C" {
@@ -96,6 +95,8 @@ typedef struct bAnimContext {
struct Scene *scene;
/** active scene layer */
struct ViewLayer *view_layer;
+ /** active dependency graph */
+ struct Depsgraph *depsgraph;
/** active object */
struct Object *obact;
/** active set of markers */
@@ -885,5 +886,3 @@ void animviz_get_object_motionpaths(struct Object *ob, ListBase *targets);
#ifdef __cplusplus
}
#endif
-
-#endif /* __ED_ANIM_API_H__ */