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:
-rw-r--r--source/blender/blenloader/intern/versioning_dna.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_dna.c b/source/blender/blenloader/intern/versioning_dna.c
index f081f8c2312..78c14c65f8c 100644
--- a/source/blender/blenloader/intern/versioning_dna.c
+++ b/source/blender/blenloader/intern/versioning_dna.c
@@ -51,8 +51,13 @@
DNA_STRUCT_REPLACE(Lamp, Light)
DNA_STRUCT_MEMBER_REPLACE(Lamp, clipsta, clip_start)
DNA_STRUCT_MEMBER_REPLACE(Lamp, clipend, clip_end)
+DNA_STRUCT_MEMBER_REPLACE(LightProbe, clipsta, clip_start)
+DNA_STRUCT_MEMBER_REPLACE(LightProbe, clipend, clip_end)
+DNA_STRUCT_MEMBER_REPLACE(Camera, clipsta, clip_start)
+DNA_STRUCT_MEMBER_REPLACE(Camera, clipend, clip_end)
DNA_STRUCT_MEMBER_REPLACE(Camera, YF_dofdist, dof_dist)
+
#else /* !DNA_MAKESDNA */
/**