Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_shader_fx.c
| Context not available. | |||||
| RNA_def_property_range(prop, 0.0, 1.0); | RNA_def_property_range(prop, 0.0, 1.0); | ||||
| RNA_def_property_float_sdna(prop, NULL, "high_color"); | RNA_def_property_float_sdna(prop, NULL, "high_color"); | ||||
| RNA_def_property_array(prop, 4); | RNA_def_property_array(prop, 4); | ||||
| RNA_def_property_ui_text(prop, "Hight color", "Second color used for effect"); | RNA_def_property_ui_text(prop, "Height color", "Second color used for effect"); | ||||
| RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_ShaderFx_update"); | RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_ShaderFx_update"); | ||||
| prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE); | prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE); | ||||
| Context not available. | |||||