From 32f63f6b4c09e610fe5fa3f3081259fedccc5ad9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 26 Mar 2013 01:46:12 +0000 Subject: misc minor changes - make it clear that navmesh visualize option only works in path mode. - use 2 decimal places for motion-blur shutter speed (user request). - use 'const' for some bmesh functions. --- source/blender/makesrna/intern/rna_actuator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_actuator.c') diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c index d258c686b99..97ccdae089d 100644 --- a/source/blender/makesrna/intern/rna_actuator.c +++ b/source/blender/makesrna/intern/rna_actuator.c @@ -2075,7 +2075,7 @@ static void rna_def_steering_actuator(BlenderRNA *brna) prop = RNA_def_property(srna, "show_visualization", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", ACT_STEERING_ENABLEVISUALIZATION); - RNA_def_property_ui_text(prop, "Visualize", "Enable debug visualization"); + RNA_def_property_ui_text(prop, "Visualize", "Enable debug visualization for 'Path following'"); RNA_def_property_update(prop, NC_LOGIC, NULL); prop = RNA_def_property(srna, "update_period", PROP_INT, PROP_NONE); -- cgit v1.2.3