UI: Add property description for show hidden objects operator
Clarify `selection` property with description. Pull Request: https://projects.blender.org/blender/blender/pulls/126221
This commit is contained in:
committed by
Pratik Borhade
parent
c89b878371
commit
74c796e057
@@ -325,7 +325,7 @@ void OBJECT_OT_hide_view_clear(wmOperatorType *ot)
|
||||
/* flags */
|
||||
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
|
||||
|
||||
RNA_def_boolean(ot->srna, "select", true, "Select", "");
|
||||
RNA_def_boolean(ot->srna, "select", true, "Select", "Select revealed objects");
|
||||
}
|
||||
|
||||
static int object_hide_view_set_exec(bContext *C, wmOperator *op)
|
||||
|
||||
Reference in New Issue
Block a user