From f91c6a241c7adc1d025f5dd6a88fda96dfa4e19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 23 Feb 2024 12:39:47 +0100 Subject: [PATCH] Cleanup: expand documentation of how to register DNA defaults No functional changes. --- source/blender/makesdna/intern/dna_defaults.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/makesdna/intern/dna_defaults.c b/source/blender/makesdna/intern/dna_defaults.c index 081095c17c3..8c389c7e341 100644 --- a/source/blender/makesdna/intern/dna_defaults.c +++ b/source/blender/makesdna/intern/dna_defaults.c @@ -26,6 +26,9 @@ * * Magic numbers should be replaced with flags before committing. * + * \note Defaults must be registered by adding the #SDNA_DEFAULT_DECL_STRUCT and + * #SDNA_DEFAULT_DECL macro calls to the lists below. + * * Public API * ---------- *