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/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index de04e83e569..27e21290a9b 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -31,7 +31,7 @@
* \ingroup DNA
*/
-// XXX, temp feature
+// XXX, temp feature - campbell
#define DURIAN_CAMERA_SWITCH
#ifdef __cplusplus
@@ -54,6 +54,7 @@ struct AnimData;
struct Editing;
struct SceneStats;
struct bGPdata;
+struct MovieClip;
typedef struct Base {
struct Base *next, *prev;
@@ -863,6 +864,9 @@ typedef struct Scene {
/* Physics simulation settings */
struct PhysicsSettings physics_settings;
+
+ /* Movie Tracking */
+ struct MovieClip *clip; /* active movie clip */
} Scene;
@@ -1337,7 +1341,6 @@ typedef enum SculptFlags {
#define USER_UNIT_OPT_SPLIT 1
#define USER_UNIT_ROT_RADIANS 2
-
#ifdef __cplusplus
}
#endif