[Bf-blender-cvs] [8d9ffa1] master: Fix tip about hair grid display (was copy/paste from hair guides one...).

Bastien Montagne noreply at git.blender.org
Mon Jan 11 12:43:43 CET 2016


Commit: 8d9ffa1a6f8ce0c5729dd2f89abb3fa8d0872698
Author: Bastien Montagne
Date:   Mon Jan 11 12:41:45 2016 +0100
Branches: master
https://developer.blender.org/rB8d9ffa1a6f8ce0c5729dd2f89abb3fa8d0872698

Fix tip about hair grid display (was copy/paste from hair guides one...).

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

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

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

diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c
index 27ceaab..3f401a2 100644
--- a/source/blender/makesrna/intern/rna_particle.c
+++ b/source/blender/makesrna/intern/rna_particle.c
@@ -2223,7 +2223,7 @@ static void rna_def_particle_settings(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "show_hair_grid", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "draw", PART_DRAW_HAIR_GRID);
-	RNA_def_property_ui_text(prop, "Guide Hairs", "Show guide hairs");
+	RNA_def_property_ui_text(prop, "Guide Hairs", "Show hair simulation grid");
 	RNA_def_property_update(prop, 0, "rna_Particle_redo");
 
 	prop = RNA_def_property(srna, "show_velocity", PROP_BOOLEAN, PROP_NONE);




More information about the Bf-blender-cvs mailing list