projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a34dcd
)
2.5 Smoke UI:
author
Thomas Dinges <blender@dingto.org>
Wed, 11 May 2011 20:23:55 +0000
(20:23 +0000)
committer
Thomas Dinges <blender@dingto.org>
Wed, 11 May 2011 20:23:55 +0000
(20:23 +0000)
* More generic tooltip for "strength" property as it can be FFT as well.
Discovered by tobkum in IRC. :)
source/blender/makesrna/intern/rna_smoke.c
patch
|
blob
|
history
diff --git
a/source/blender/makesrna/intern/rna_smoke.c
b/source/blender/makesrna/intern/rna_smoke.c
index 922c68f45bd76ec25c6077201a781751193d4eb1..974f2fdecb8ddfbe0b105a95b0340285b9f54f79 100644
(file)
--- a/
source/blender/makesrna/intern/rna_smoke.c
+++ b/
source/blender/makesrna/intern/rna_smoke.c
@@
-212,7
+212,7
@@
static void rna_def_smoke_domain_settings(BlenderRNA *brna)
RNA_def_property_float_sdna(prop, NULL, "strength");
RNA_def_property_range(prop, 0.0, 10.0);
RNA_def_property_ui_range(prop, 0.0, 10.0, 1, 2);
- RNA_def_property_ui_text(prop, "Strength", "Strength of
wavelet
noise");
+ RNA_def_property_ui_text(prop, "Strength", "Strength of noise");
RNA_def_property_update(prop, NC_OBJECT|ND_MODIFIER, "rna_Smoke_reset");
prop= RNA_def_property(srna, "dissolve_speed", PROP_INT, PROP_NONE);