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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-12 16:38:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-12 16:38:53 +0300
commit9d77721972954e71a856fbfea5984d26f631eb52 (patch)
tree59c96139e939a8123e9fee011f1aacc4441338d7
parentfc4d4727b0fed9a2cada453efdbff4a4833d0c76 (diff)
More renaming
-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 */
/**