Cleanup: correct misleading names
This commit is contained in:
@@ -129,7 +129,7 @@ void ED_add_grease_pencil_cels_channel(ChannelDrawList *channel_list,
|
||||
/* Grease Pencil layer group channels */
|
||||
void ED_add_grease_pencil_layer_group_channel(ChannelDrawList *channel_list,
|
||||
bDopeSheet *ads,
|
||||
const GreasePencilLayerTreeGroup *layer,
|
||||
const GreasePencilLayerTreeGroup *layer_group,
|
||||
float ypos,
|
||||
float yscale_fac,
|
||||
int saction_flag);
|
||||
|
||||
@@ -1961,7 +1961,7 @@ void MESH_OT_edge_split(wmOperatorType *ot)
|
||||
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
|
||||
|
||||
/* properties */
|
||||
static const EnumPropertyItem merge_type_items[] = {
|
||||
static const EnumPropertyItem split_type_items[] = {
|
||||
{BM_EDGE, "EDGE", 0, "Faces by Edges", "Split faces along selected edges"},
|
||||
{BM_VERT,
|
||||
"VERT",
|
||||
@@ -1972,7 +1972,7 @@ void MESH_OT_edge_split(wmOperatorType *ot)
|
||||
};
|
||||
|
||||
ot->prop = RNA_def_enum(
|
||||
ot->srna, "type", merge_type_items, BM_EDGE, "Type", "Method to use for splitting");
|
||||
ot->srna, "type", split_type_items, BM_EDGE, "Type", "Method to use for splitting");
|
||||
}
|
||||
|
||||
/** \} */
|
||||
|
||||
Reference in New Issue
Block a user