Cleanup: add clarifying comment to bpy_app_getsets
No functional changes.
This commit is contained in:
@@ -445,6 +445,8 @@ static PyGetSetDef bpy_app_getsets[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
(void *)G_FLAG_SCRIPT_AUTOEXEC_FAIL_QUIET},
|
(void *)G_FLAG_SCRIPT_AUTOEXEC_FAIL_QUIET},
|
||||||
{"autoexec_fail_message", bpy_app_autoexec_fail_message_get, NULL, NULL, NULL},
|
{"autoexec_fail_message", bpy_app_autoexec_fail_message_get, NULL, NULL, NULL},
|
||||||
|
|
||||||
|
/* End-of-list marker. */
|
||||||
{NULL, NULL, NULL, NULL, NULL},
|
{NULL, NULL, NULL, NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user