Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_lightprobe.c
| Context not available. | |||||
| /* Data preview */ | /* Data preview */ | ||||
| prop = RNA_def_property(srna, "show_data", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_data", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_sdna(prop, NULL, "flag", LIGHTPROBE_FLAG_SHOW_DATA); | RNA_def_property_boolean_sdna(prop, NULL, "flag", LIGHTPROBE_FLAG_SHOW_DATA); | ||||
| RNA_def_property_ui_text(prop, "Show Data", "Show captured lighting data into the 3D view for debuging purpose"); | RNA_def_property_ui_text(prop, "Show Data", "Show captured lighting data into the 3D view for debugging purpose"); | ||||
| RNA_def_property_update(prop, NC_MATERIAL | ND_SHADING, NULL); | RNA_def_property_update(prop, NC_MATERIAL | ND_SHADING, NULL); | ||||
| /* common */ | /* common */ | ||||
| Context not available. | |||||