Blender
V3.3
|
Go to the source code of this file.
Defines in this header are only used to define blend file storage. This allows us to rename variables & structs without breaking compatibility.
makesdna.c
and makesrna.c
without impacting Blender's run-time, besides allowing us to use the new names.Before editing rename defines run:
sha1sum $BUILD_DIR/source/blender/makesdna/intern/dna.c
Compare the results before & after to ensure all changes are reversed by renaming and the DNA remains unchanged.
Definition in file dna_rename_defs.h.