[Bf-blender-cvs] [28f2865cfa2] fracture_modifier: added some previously missing tooltips

Martin Felke noreply at git.blender.org
Tue Sep 26 14:01:49 CEST 2017


Commit: 28f2865cfa290abab48dd2edbab09ebe3d0e599a
Author: Martin Felke
Date:   Tue Sep 26 14:01:20 2017 +0200
Branches: fracture_modifier
https://developer.blender.org/rB28f2865cfa290abab48dd2edbab09ebe3d0e599a

added some previously missing tooltips

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

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

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

diff --git a/source/blender/makesrna/intern/rna_fracture.c b/source/blender/makesrna/intern/rna_fracture.c
index 95e57a100ff..7ee9a9f9dc1 100644
--- a/source/blender/makesrna/intern/rna_fracture.c
+++ b/source/blender/makesrna/intern/rna_fracture.c
@@ -878,7 +878,8 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "extra_group", PROP_POINTER, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Extra Group", "");
+	RNA_def_property_ui_text(prop, "Extra Group",
+	                         "Depending on whether extra particles or extra vertices is chosen, particles or vertices of objects from this group serve as point source. Both at the same time is not possible.");
 	RNA_def_property_pointer_funcs(prop, NULL, "rna_FractureModifier_extra_group_set", NULL, NULL);
 	RNA_def_property_flag(prop, PROP_EDITABLE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
@@ -926,7 +927,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "inner_material", PROP_POINTER, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Inner Material", "");
+	RNA_def_property_ui_text(prop, "Inner Material", "Material which will be applied to all inner faces generated by fracturing");
 	RNA_def_property_pointer_funcs(prop, NULL, "rna_FractureModifier_inner_material_set", NULL, NULL);
 	RNA_def_property_flag(prop, PROP_EDITABLE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
@@ -946,7 +947,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "dm_group", PROP_POINTER, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Sub Object Group", "");
+	RNA_def_property_ui_text(prop, "Sub Object Group", "The meshes of each member object will be aggregated into a combined mesh. This will override the base mesh of the fractured object using this group.");
 	RNA_def_property_pointer_funcs(prop, NULL, "rna_FractureModifier_dm_group_set", NULL, NULL);
 	RNA_def_property_flag(prop, PROP_EDITABLE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
@@ -1039,7 +1040,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_float_sdna(prop, NULL, "cluster_breaking_angle");
 	RNA_def_property_range(prop, 0, DEG2RADF(360.0));
 	RNA_def_property_float_funcs(prop, NULL, "rna_FractureModifier_cluster_breaking_angle_set", NULL);
-	RNA_def_property_ui_text(prop, "Cluster Breaking Angle", "Angle in degrees above which constraint should break");
+	RNA_def_property_ui_text(prop, "Cluster Breaking Angle", "Angle in degrees above which constraint between different clusters should break");
 	RNA_def_property_ui_range(prop, 0.0f, DEG2RADF(360.0), 0.0001f, 5);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
@@ -1048,7 +1049,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_float_sdna(prop, NULL, "cluster_breaking_distance");
 	RNA_def_property_range(prop, 0, FLT_MAX);
 	RNA_def_property_float_funcs(prop, NULL, "rna_FractureModifier_cluster_breaking_distance_set", NULL);
-	RNA_def_property_ui_text(prop, "Cluster Breaking Distance", "Distance above which constraint should break");
+	RNA_def_property_ui_text(prop, "Cluster Breaking Distance", "Distance above which constraint between different clusters should break");
 	RNA_def_property_ui_range(prop, 0.0f, FLT_MAX, 0.0001f, 5);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
@@ -1242,7 +1243,8 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
 
 	prop = RNA_def_property(srna, "autohide_filter_group", PROP_POINTER, PROP_NONE);
-	RNA_def_property_ui_text(prop, "Autohide Filter Group", "");
+	RNA_def_property_ui_text(prop, "Autohide Filter Group",
+	                         "Shards within the radius of each group member object will be excluded from autohide, which selectively reveals cracks ");
 	RNA_def_property_pointer_funcs(prop, NULL, "rna_FractureModifier_autohide_filter_group_set", NULL, NULL);
 	RNA_def_property_flag(prop, PROP_EDITABLE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
@@ -1363,7 +1365,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_float_sdna(prop, NULL, "cluster_deform_angle");
 	RNA_def_property_range(prop, 0, DEG2RADF(360.0));
 	RNA_def_property_float_funcs(prop, NULL, "rna_FractureModifier_cluster_deform_angle_set", NULL);
-	RNA_def_property_ui_text(prop, "Cluster Deforming Angle", "Angle in degrees above which constraint should keep its deform");
+	RNA_def_property_ui_text(prop, "Cluster Deforming Angle", "Angle in degrees above which constraint between different clusters should keep its deform");
 	RNA_def_property_ui_range(prop, 0.0f, DEG2RADF(360.0), 0.0001f, 5);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");
@@ -1372,7 +1374,7 @@ void RNA_def_fracture(BlenderRNA *brna)
 	RNA_def_property_float_sdna(prop, NULL, "cluster_deform_distance");
 	RNA_def_property_range(prop, 0, FLT_MAX);
 	RNA_def_property_float_funcs(prop, NULL, "rna_FractureModifier_cluster_deform_distance_set", NULL);
-	RNA_def_property_ui_text(prop, "Cluster Deforming Distance", "Distance above which constraint should keep its deform");
+	RNA_def_property_ui_text(prop, "Cluster Deforming Distance", "Distance above which constraint between different clusters should keep its deform");
 	RNA_def_property_ui_range(prop, 0.0f, FLT_MAX, 0.0001f, 5);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_update(prop, 0, "rna_Modifier_update");



More information about the Bf-blender-cvs mailing list