Fix T57559: fix wrong disable/mute icons for particles and shape keys.
This commit is contained in:
@@ -722,7 +722,7 @@ static void rna_def_keyblock(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "mute", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_sdna(prop, NULL, "flag", KEYBLOCK_MUTE);
|
||||
RNA_def_property_ui_text(prop, "Mute", "Mute this shape key");
|
||||
RNA_def_property_ui_icon(prop, ICON_RESTRICT_VIEW_OFF, 1);
|
||||
RNA_def_property_ui_icon(prop, ICON_HIDE_ON, -1);
|
||||
RNA_def_property_update(prop, 0, "rna_Key_update_data");
|
||||
|
||||
prop = RNA_def_property(srna, "slider_min", PROP_FLOAT, PROP_NONE);
|
||||
|
||||
Reference in New Issue
Block a user