Merge branch 'master' into blender2.8

This commit is contained in:
2017-08-25 20:45:16 +10:00
7 changed files with 66 additions and 43 deletions

View File

@@ -135,7 +135,7 @@ static int bpy_bm_elem_hflag_set(BPy_BMElem *self, PyObject *value, void *flag)
else {
BM_elem_flag_set(self->ele, hflag, param);
}
return -1;
return 0;
}
PyDoc_STRVAR(bpy_bm_elem_index_doc,