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:
authorAntonioya <blendergit@gmail.com>2019-04-30 18:36:58 +0300
committerAntonioya <blendergit@gmail.com>2019-04-30 18:37:16 +0300
commit9a4fd6da0f3a6a27780ad868b0d0109ebfff0c8d (patch)
treea9f2df7305d076a7446538c20bac1c435576e6d7 /source/blender/makesdna/DNA_userdef_types.h
parentd48a2f4a37b85c33917acd8dd514b69f017aac7f (diff)
Fix T63864 Duplicate Data options don't exist for Light Probe and Grease Pencil
See revision D4766
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 6923619ef91..621aa243d7c 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -993,6 +993,8 @@ typedef enum eDupli_ID_Flags {
USER_DUP_ARM = (1 << 9),
USER_DUP_ACT = (1 << 10),
USER_DUP_PSYS = (1 << 11),
+ USER_DUP_LIGHTPROBE = (1 << 12),
+ USER_DUP_GPENCIL = (1 << 13),
} eDupli_ID_Flags;
/** Max anti alias draw method