[Bf-blender-cvs] [eefab053f25] temp-lanpr-staging: LANPR: Line component description use "filter".

YimingWu noreply at git.blender.org
Wed Sep 4 09:04:59 CEST 2019


Commit: eefab053f25e5cfb525e7f91674de038c374229f
Author: YimingWu
Date:   Wed Sep 4 14:53:45 2019 +0800
Branches: temp-lanpr-staging
https://developer.blender.org/rBeefab053f25e5cfb525e7f91674de038c374229f

LANPR: Line component description use "filter".

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

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

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

diff --git a/source/blender/makesrna/intern/rna_lanpr.c b/source/blender/makesrna/intern/rna_lanpr.c
index 0e865e5cc91..92450754661 100644
--- a/source/blender/makesrna/intern/rna_lanpr.c
+++ b/source/blender/makesrna/intern/rna_lanpr.c
@@ -194,10 +194,10 @@ static void rna_def_lanpr_line_component(BlenderRNA *brna)
   PropertyRNA *prop;
 
   static const EnumPropertyItem lanpr_line_component_modes[] = {
-      {0, "ALL", 0, "All", "Select All lines, lines are already selected are not affected"},
-      {1, "OBJECT", 0, "Object", "Display lines for selected object"},
-      {2, "MATERIAL", 0, "Material", "Display lines that touches specific material"},
-      {3, "COLLECTION", 0, "Collection", "Display lines in specific collections"},
+      {0, "ALL", 0, "All", "Show all lines, lines are already selected are not affected"},
+      {1, "OBJECT", 0, "Object", "Filter lines for selected object"},
+      {2, "MATERIAL", 0, "Material", "Filter lines that touches specific material"},
+      {3, "COLLECTION", 0, "Collection", "Filter lines in specific collections"},
       {0, NULL, 0, NULL, NULL}};
 
   srna = RNA_def_struct(brna, "LANPR_LineLayerComponent", NULL);



More information about the Bf-blender-cvs mailing list