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>2011-03-19 13:26:15 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-03-19 13:26:15 +0300
commitff1656175ac6a408bef1b77abd91406cdf895c93 (patch)
treebda36efec5bcced971d99687cb223e0ac050f3b4 /source/blender/makesrna/RNA_enum_types.h
parente9005b985ef283d952aaaa7486d42ad6a48fb117 (diff)
Fix #26543: lamp sky settings were missing soft/linear light blend types,
made enum items shared with material ramp and mix node.
Diffstat (limited to 'source/blender/makesrna/RNA_enum_types.h')
-rw-r--r--source/blender/makesrna/RNA_enum_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_enum_types.h b/source/blender/makesrna/RNA_enum_types.h
index b9fb7c89468..d156387eaba 100644
--- a/source/blender/makesrna/RNA_enum_types.h
+++ b/source/blender/makesrna/RNA_enum_types.h
@@ -102,11 +102,12 @@ extern EnumPropertyItem viewport_shade_items[];
extern EnumPropertyItem node_socket_type_items[];
-extern EnumPropertyItem node_blend_type_items[];
extern EnumPropertyItem node_math_items[];
extern EnumPropertyItem node_vec_math_items[];
extern EnumPropertyItem node_filter_items[];
+extern EnumPropertyItem ramp_blend_items[];
+
struct bContext;
struct PointerRNA;
EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, int *free);