Cleanup: use title caps
This commit is contained in:
@@ -165,7 +165,7 @@ static bool edbm_preselect_or_active_init_viewcontext(
|
||||
/** \} */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Face At Cursor
|
||||
/** \name Face at Cursor
|
||||
* \{ */
|
||||
|
||||
static int edbm_polybuild_face_at_cursor_invoke(
|
||||
@@ -306,7 +306,7 @@ static int edbm_polybuild_face_at_cursor_invoke(
|
||||
void MESH_OT_polybuild_face_at_cursor(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Poly Build Face At Cursor";
|
||||
ot->name = "Poly Build Face at Cursor";
|
||||
ot->idname = "MESH_OT_polybuild_face_at_cursor";
|
||||
ot->description = "";
|
||||
|
||||
@@ -324,7 +324,7 @@ void MESH_OT_polybuild_face_at_cursor(wmOperatorType *ot)
|
||||
/** \} */
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Split At Cursor
|
||||
/** \name Split at Cursor
|
||||
* \{ */
|
||||
|
||||
static int edbm_polybuild_split_at_cursor_invoke(
|
||||
@@ -388,7 +388,7 @@ static int edbm_polybuild_split_at_cursor_invoke(
|
||||
void MESH_OT_polybuild_split_at_cursor(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Poly Build Split At Cursor";
|
||||
ot->name = "Poly Build Split at Cursor";
|
||||
ot->idname = "MESH_OT_polybuild_split_at_cursor";
|
||||
ot->description = "";
|
||||
|
||||
@@ -407,7 +407,7 @@ void MESH_OT_polybuild_split_at_cursor(wmOperatorType *ot)
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Dissolve At Cursor
|
||||
/** \name Dissolve at Cursor
|
||||
*
|
||||
* \{ */
|
||||
|
||||
@@ -476,7 +476,7 @@ static int edbm_polybuild_dissolve_at_cursor_invoke(
|
||||
void MESH_OT_polybuild_dissolve_at_cursor(wmOperatorType *ot)
|
||||
{
|
||||
/* identifiers */
|
||||
ot->name = "Poly Build Dissolve At Cursor";
|
||||
ot->name = "Poly Build Dissolve at Cursor";
|
||||
ot->idname = "MESH_OT_polybuild_dissolve_at_cursor";
|
||||
ot->description = "";
|
||||
|
||||
|
||||
@@ -306,7 +306,7 @@ void ED_operatormacros_mesh(void)
|
||||
|
||||
|
||||
ot = WM_operatortype_append_macro(
|
||||
"MESH_OT_polybuild_face_at_cursor_move", "Face At Cursor Move", "",
|
||||
"MESH_OT_polybuild_face_at_cursor_move", "Face at Cursor Move", "",
|
||||
OPTYPE_UNDO | OPTYPE_REGISTER);
|
||||
WM_operatortype_macro_define(ot, "MESH_OT_polybuild_face_at_cursor");
|
||||
otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");
|
||||
@@ -314,7 +314,7 @@ void ED_operatormacros_mesh(void)
|
||||
RNA_boolean_set(otmacro->ptr, "mirror", false);
|
||||
|
||||
ot = WM_operatortype_append_macro(
|
||||
"MESH_OT_polybuild_split_at_cursor_move", "Split At Cursor Move", "",
|
||||
"MESH_OT_polybuild_split_at_cursor_move", "Split at Cursor Move", "",
|
||||
OPTYPE_UNDO | OPTYPE_REGISTER);
|
||||
WM_operatortype_macro_define(ot, "MESH_OT_polybuild_split_at_cursor");
|
||||
otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");
|
||||
|
||||
Reference in New Issue
Block a user