Tssst, we use USA english, not Oxford one... :P
This commit is contained in:
@@ -190,7 +190,7 @@ void PAINT_OT_vertex_color_from_weight(wmOperatorType *ot)
|
|||||||
/* identifiers */
|
/* identifiers */
|
||||||
ot->name = "Vertex Color from Weight";
|
ot->name = "Vertex Color from Weight";
|
||||||
ot->idname = "PAINT_OT_vertex_color_from_weight";
|
ot->idname = "PAINT_OT_vertex_color_from_weight";
|
||||||
ot->description = "Convert active weight into grey scale vertex colors";
|
ot->description = "Convert active weight into gray scale vertex colors";
|
||||||
|
|
||||||
/* api callback */
|
/* api callback */
|
||||||
ot->exec = vertex_paint_from_weight_exec;
|
ot->exec = vertex_paint_from_weight_exec;
|
||||||
|
|||||||
Reference in New Issue
Block a user