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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 20:37:34 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 20:37:34 +0300
commit5c9c50e13bf9a9ce9f5f2f642ea692c8ce4aa331 (patch)
tree6ac822502d6189e4a1f45d01d54a3a3e1dde8004 /source/blender/makesrna/RNA_enum_types.h
parentf12ef1202143a9722d806c49e172c782babdbd78 (diff)
change the scene opengl sequence rendering to be a global option with rendering and scrubbing settings.
still need to do a do_versions for this to work right without changing settings. (commit 27442 by Campbell from render25 branch)
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index 231ab766d6c..9ccab8394e9 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -84,6 +84,8 @@ extern EnumPropertyItem wm_report_items[];
extern EnumPropertyItem property_type_items[];
extern EnumPropertyItem property_unit_items[];
+extern EnumPropertyItem viewport_shading_items[];
+
struct bContext;
struct PointerRNA;
EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, int *free);