Commit: 3be2d6078f8c7831db59b4c0095fe3dd8bbabf16 Author: Campbell Barton Date: Thu Oct 14 16:41:38 2021 +1100 Branches: master https://developer.blender.org/rB3be2d6078f8c7831db59b4c0095fe3dd8bbabf16
Cleanup: remove historic reference from makesdna.c We have mostly removed information about original authors, as this information isn't so useful. =================================================================== M source/blender/makesdna/intern/makesdna.c =================================================================== diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c index 9957808b63d..114c0b40407 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -23,10 +23,8 @@ * \brief Struct muncher for making SDNA. * * \section aboutmakesdnac About makesdna tool - * Originally by Ton, some mods by Frank, and some cleaning and - * extension by Nzc. * - * Makesdna creates a .c file with a long string of numbers that + * `makesdna` creates a .c file with a long string of numbers that * encode the Blender file format. It is fast, because it is basically * a binary dump. There are some details to mind when reconstructing * the file (endianness and byte-alignment). @@ -36,9 +34,9 @@ * how much memory (on disk or in ram) is needed to store that struct, * and the offsets for reaching a particular one. * - * There is a facility to get verbose output from sdna. Search for - * \ref debugSDNA. This int can be set to 0 (no output) to some int. Higher - * numbers give more output. + * There is a facility to get verbose output from `sdna`. Search for + * \ref debugSDNA. This int can be set to 0 (no output) to some int. + * Higher numbers give more output. */ #define DNA_DEPRECATED_ALLOW _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
