[Bf-blender-cvs] [c0bc74fb5e6] soc-2019-npr: LANPR: Description of auto update write as "frame changes".

YimingWu noreply at git.blender.org
Thu Jul 18 08:37:24 CEST 2019


Commit: c0bc74fb5e603a7d969b9dd46634738d9658986a
Author: YimingWu
Date:   Thu Jul 18 14:36:44 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rBc0bc74fb5e603a7d969b9dd46634738d9658986a

LANPR: Description of auto update write as "frame changes".

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

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

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

diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 28877ce22ad..432f9dcde0e 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -7204,7 +7204,7 @@ static void rna_def_scene_lanpr(BlenderRNA *brna)
   prop = RNA_def_property(srna, "auto_update", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_default(prop, 0);
   RNA_def_property_ui_text(
-      prop, "Auto Update", "Automatically update LANPR cache when scene changes");
+      prop, "Auto Update", "Automatically update LANPR cache when frame changes");
 
   prop = RNA_def_property(srna, "gpencil_overwrite", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_default(prop, 0);



More information about the Bf-blender-cvs mailing list