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/makesdna/intern/dna_rename_defs.h')
-rw-r--r--source/blender/makesdna/intern/dna_rename_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/dna_rename_defs.h b/source/blender/makesdna/intern/dna_rename_defs.h
index 62752d6693a..4107797c8a1 100644
--- a/source/blender/makesdna/intern/dna_rename_defs.h
+++ b/source/blender/makesdna/intern/dna_rename_defs.h
@@ -33,6 +33,9 @@
* All references to the previous destination name can be removed since they're
* never written to disk.
*
+ * - 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**.
+ *
* \see versioning_dna.c for a actual version patching.
*/