style cleanup:
also rename mesh_getVertexCos() --> BKE_mesh_vertexCos_get() to match curve function.
This commit is contained in:
@@ -531,7 +531,7 @@ PyAttributeDef CValue::Attributes[] = {
|
||||
{ NULL } //Sentinel
|
||||
};
|
||||
|
||||
PyObject *CValue::pyattr_get_name(void * self_v, const KX_PYATTRIBUTE_DEF *attrdef)
|
||||
PyObject *CValue::pyattr_get_name(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
|
||||
{
|
||||
CValue * self = static_cast<CValue *> (self_v);
|
||||
return PyUnicode_From_STR_String(self->GetName());
|
||||
|
||||
Reference in New Issue
Block a user