Fix bpy.app, sentinel was removed by accident

This commit is contained in:
Campbell Barton 2018-11-02 07:42:09 +11:00
parent fecb09ceff
commit f667a250f4
1 changed files with 2 additions and 0 deletions

View File

@ -398,6 +398,8 @@ static PyGetSetDef bpy_app_getsets[] = {
{(char *)"render_icon_size", bpy_app_preview_render_size_get, NULL, (char *)bpy_app_preview_render_size_doc, (void *)ICON_SIZE_ICON},
{(char *)"render_preview_size", bpy_app_preview_render_size_get, NULL, (char *)bpy_app_preview_render_size_doc, (void *)ICON_SIZE_PREVIEW},
{NULL, NULL, NULL, NULL, NULL}
};
static void py_struct_seq_getset_init(void)