Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_gpencil_modifier.c
| Context not available. | |||||
| RNA_def_property_ui_icon(prop, ICON_EDITMODE_HLT, 0); | RNA_def_property_ui_icon(prop, ICON_EDITMODE_HLT, 0); | ||||
| prop = RNA_def_property(srna, "show_expanded", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_expanded", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_flag(prop, PROP_NO_DEG_UPDATE); | |||||
| RNA_def_property_boolean_sdna(prop, NULL, "mode", eGpencilModifierMode_Expanded); | RNA_def_property_boolean_sdna(prop, NULL, "mode", eGpencilModifierMode_Expanded); | ||||
| RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_STATIC); | RNA_def_property_override_flag(prop, PROPOVERRIDE_OVERRIDABLE_STATIC); | ||||
| RNA_def_property_ui_text(prop, "Expanded", "Set modifier expanded in the user interface"); | RNA_def_property_ui_text(prop, "Expanded", "Set modifier expanded in the user interface"); | ||||
| Context not available. | |||||