Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_texture.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | ||||
| RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | ||||
| RNA_def_property_range(prop, 0, 30); | RNA_def_property_range(prop, 0, 30); | ||||
| RNA_def_property_ui_range(prop, 0, 24, 0, 2); | RNA_def_property_ui_range(prop, 0, 24, 1, 2); | ||||
| RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the cloud calculation"); | RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the cloud calculation"); | ||||
| RNA_def_property_update(prop, 0, "rna_Texture_nodes_update"); | RNA_def_property_update(prop, 0, "rna_Texture_nodes_update"); | ||||
| Context not available. | |||||
| prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | ||||
| RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | ||||
| RNA_def_property_range(prop, 0, 30); | RNA_def_property_range(prop, 0, 30); | ||||
| RNA_def_property_ui_range(prop, 0, 24, 0, 2); | RNA_def_property_ui_range(prop, 0, 24, 1, 2); | ||||
| RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the cloud calculation"); | RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the cloud calculation"); | ||||
| RNA_def_property_update(prop, 0, "rna_Texture_update"); | RNA_def_property_update(prop, 0, "rna_Texture_update"); | ||||
| Context not available. | |||||
| prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | prop = RNA_def_property(srna, "noise_depth", PROP_INT, PROP_NONE); | ||||
| RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | RNA_def_property_int_sdna(prop, NULL, "noisedepth"); | ||||
| RNA_def_property_range(prop, 0, 30); | RNA_def_property_range(prop, 0, 30); | ||||
| RNA_def_property_ui_range(prop, 0, 24, 0, 2); | RNA_def_property_ui_range(prop, 0, 24, 1, 2); | ||||
| RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the noise"); | RNA_def_property_ui_text(prop, "Noise Depth", "Depth of the noise"); | ||||
| RNA_def_property_update(prop, 0, "rna_Texture_update"); | RNA_def_property_update(prop, 0, "rna_Texture_update"); | ||||
| } | } | ||||
| Context not available. | |||||