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 * ---------- *