Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesdna/intern/dna_rename_defs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/dna_rename_defs.h b/source/blender/makesdna/intern/dna_rename_defs.h
index 0b21fb8420b..63a6da32ae6 100644
--- a/source/blender/makesdna/intern/dna_rename_defs.h
+++ b/source/blender/makesdna/intern/dna_rename_defs.h
@@ -36,6 +36,13 @@
* - Old names aren't sanity checked (since this file is the only place that knows about them)
* typos in the old names will break both backwards & forwards compatibility **TAKE CARE**.
*
+ * - 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.
+ *
* \see versioning_dna.c for a actual version patching.
*/