Fix for some enum property identifiers, that were not using upper case

with underscore, or were simply not set correctly after code copy/paste.
This commit is contained in:
2010-11-01 21:45:38 +00:00
parent 010106a1f6
commit 5ef1cf4b19
4 changed files with 16 additions and 16 deletions

View File

@@ -429,8 +429,8 @@ static void rna_def_mtex(BlenderRNA *brna)
{MTEX_BLEND_SAT, "SATURATION", 0, "Saturation", ""},
{MTEX_BLEND_VAL, "VALUE", 0, "Value", ""},
{MTEX_BLEND_COLOR, "COLOR", 0, "Color", ""},
{MTEX_SOFT_LIGHT, "SOFT LIGHT", 0, "Soft Light", ""},
{MTEX_LIN_LIGHT , "LINEAR LIGHT", 0, "Linear Light", ""},
{MTEX_SOFT_LIGHT, "SOFT_LIGHT", 0, "Soft Light", ""},
{MTEX_LIN_LIGHT , "LINEAR_LIGHT", 0, "Linear Light", ""},
{0, NULL, 0, NULL, NULL}};
static EnumPropertyItem output_node_items[] = {