Commit: 82c2e61fbdc4ab05219a64f4aae42067d9c9cb59
Author: Sybren A. Stüvel
Date:   Thu Apr 7 12:51:48 2022 +0200
Branches: temp-T96710-pbvh-pixels
https://developer.blender.org/rB82c2e61fbdc4ab05219a64f4aae42067d9c9cb59

Cleanup: add clarifying comment to `bpy_app_getsets`

No functional changes.

===================================================================

M       source/blender/python/intern/bpy_app.c

===================================================================

diff --git a/source/blender/python/intern/bpy_app.c 
b/source/blender/python/intern/bpy_app.c
index 84fe27197f9..621cc79a8db 100644
--- a/source/blender/python/intern/bpy_app.c
+++ b/source/blender/python/intern/bpy_app.c
@@ -445,6 +445,8 @@ static PyGetSetDef bpy_app_getsets[] = {
      NULL,
      (void *)G_FLAG_SCRIPT_AUTOEXEC_FAIL_QUIET},
     {"autoexec_fail_message", bpy_app_autoexec_fail_message_get, NULL, NULL, 
NULL},
+
+    /* End-of-list marker. */
     {NULL, NULL, NULL, NULL, NULL},
 };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to