Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "show_look_dev", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_look_dev", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_sdna(prop, NULL, "overlay.flag", V3D_OVERLAY_LOOK_DEV); | RNA_def_property_boolean_sdna(prop, NULL, "overlay.flag", V3D_OVERLAY_LOOK_DEV); | ||||
| RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | RNA_def_property_clear_flag(prop, PROP_ANIMATABLE); | ||||
| RNA_def_property_ui_text(prop, "Look Dev Preview", "Show look development balls and palette"); | RNA_def_property_ui_text(prop, "Look Dev Preview", "Show look development spheres and palette"); | ||||
| RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL); | RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL); | ||||
| prop = RNA_def_property(srna, "show_wireframes", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_wireframes", PROP_BOOLEAN, PROP_NONE); | ||||
| Context not available. | |||||