[Bf-blender-cvs] [e37988fa213] master: Fix compile error when building with Cycles

Julian Eisel noreply at git.blender.org
Wed Feb 19 20:14:38 CET 2020


Commit: e37988fa2131f989056ee43c1efaeeae2ab5d08c
Author: Julian Eisel
Date:   Wed Feb 19 20:13:52 2020 +0100
Branches: master
https://developer.blender.org/rBe37988fa2131f989056ee43c1efaeeae2ab5d08c

Fix compile error when building with Cycles

===================================================================

M	source/blender/makesrna/intern/rna_userdef.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 571643a91f5..418fcfaf5f4 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -1308,7 +1308,7 @@ static void rna_def_userdef_theme_ui_panel(BlenderRNA *brna)
 
 const EnumPropertyItem rna_enum_userdef_theme_background_types_items[] = {
     {TH_BACKGROUND_SINGLE_COLOR,
-     "Single Color",
+     "SINGLE_COLOR",
      0,
      "Single Color",
      "Use a solid color as viewport background"},



More information about the Bf-blender-cvs mailing list