[Bf-blender-cvs] [8e2b30f] fracture_modifier: rename "Initial Particle Coordinates" to "Particle Birth Coordinates"

Martin Felke noreply at git.blender.org
Mon Nov 24 16:39:41 CET 2014


Commit: 8e2b30f1ebffe6bb5014d1c9c6615891bfb426f8
Author: Martin Felke
Date:   Mon Nov 24 16:39:23 2014 +0100
Branches: fracture_modifier
https://developer.blender.org/rB8e2b30f1ebffe6bb5014d1c9c6615891bfb426f8

rename "Initial Particle Coordinates" to "Particle Birth Coordinates"

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

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

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

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index de2eec2..4c5b229 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -4032,7 +4032,7 @@ static void rna_def_modifier_fracture(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "use_particle_birth_coordinates", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "use_particle_birth_coordinates", false);
-	RNA_def_property_ui_text(prop, "Use Initial Particle Coordinates", "Use initial or simulated state particle coordinates");
+	RNA_def_property_ui_text(prop, "Use Particle Birth Coordinates", "Use birth or simulated state particle coordinates");
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "splinter_axis", PROP_ENUM, PROP_NONE);




More information about the Bf-blender-cvs mailing list