Cleanup: added 'Versioning code until next subversion bump goes here'

The `do_versions_after_linking_280()` function was missing a placeholder
for the newly added versioning code. I copied the comments from the
`blo_do_versions_280()` function.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-01-14 17:10:28 +01:00
parent a560a46f32
commit 4c1fb64123
1 changed files with 11 additions and 0 deletions

View File

@ -1537,7 +1537,18 @@ void do_versions_after_linking_280(Main *bmain, ReportList *UNUSED(reports))
}
}
/**
* Versioning code until next subversion bump goes here.
*
* \note Be sure to check when bumping the version:
* - "versioning_userdef.c", #BLO_version_defaults_userpref_blend
* - "versioning_userdef.c", #do_versions_theme
*
* \note Keep this message at the bottom of the function.
*/
{
/* Keep this block, even when empty. */
/* During development of Blender 2.80 the "Object.hide" property was
* removed, and reintroduced in 5e968a996a53 as "Object.hide_viewport". */
LISTBASE_FOREACH (Object *, ob, &bmain->objects) {