* Tiny Force Field Layout improvements and tooltip fix by nudelZ. Thanks!
This commit is contained in:
@@ -1056,12 +1056,12 @@ static void rna_def_field(BlenderRNA *brna)
|
||||
prop= RNA_def_property(srna, "noise", PROP_FLOAT, PROP_NONE);
|
||||
RNA_def_property_float_sdna(prop, NULL, "f_noise");
|
||||
RNA_def_property_range(prop, 0.0f, 10.0f);
|
||||
RNA_def_property_ui_text(prop, "Noise", "Noise of the wind force");
|
||||
RNA_def_property_ui_text(prop, "Noise", "Noise of the force");
|
||||
RNA_def_property_update(prop, 0, "rna_FieldSettings_update");
|
||||
|
||||
prop= RNA_def_property(srna, "seed", PROP_INT, PROP_UNSIGNED);
|
||||
RNA_def_property_range(prop, 1, 128);
|
||||
RNA_def_property_ui_text(prop, "Seed", "Seed of the wind noise");
|
||||
RNA_def_property_ui_text(prop, "Seed", "Seed of the noise");
|
||||
RNA_def_property_update(prop, 0, "rna_FieldSettings_update");
|
||||
|
||||
/* Boolean */
|
||||
|
||||
Reference in New Issue
Block a user