forked from bartvdbraak/blender
==python api==
clarification of Blender.Mesh.Mode() tip
This commit is contained in:
parent
427b132ad0
commit
75aa68e821
@ -6488,7 +6488,7 @@ static struct PyMethodDef M_Mesh_methods[] = {
|
|||||||
{"MVert", (PyCFunction)M_Mesh_MVert, METH_VARARGS,
|
{"MVert", (PyCFunction)M_Mesh_MVert, METH_VARARGS,
|
||||||
"Create a new MVert"},
|
"Create a new MVert"},
|
||||||
{"Mode", (PyCFunction)M_Mesh_Modes, METH_VARARGS,
|
{"Mode", (PyCFunction)M_Mesh_Modes, METH_VARARGS,
|
||||||
"Get/set edit mode"},
|
"Get/set edit selection mode(s)"},
|
||||||
{NULL, NULL, 0, NULL},
|
{NULL, NULL, 0, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user