From 8fb9dfbec5fa5b6ed1f94494b6972988605e5c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Tue, 24 Apr 2018 12:15:25 +0200 Subject: EEVEE: LightProbes: Add Visibility Group to DNA/RNA/UI. --- source/blender/makesdna/DNA_lightprobe_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_lightprobe_types.h') diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h index 649df714457..3eee6d4b192 100644 --- a/source/blender/makesdna/DNA_lightprobe_types.h +++ b/source/blender/makesdna/DNA_lightprobe_types.h @@ -66,6 +66,7 @@ typedef struct LightProbe { struct Object *parallax_ob; /* Object to use as a parallax origin */ struct Image *image; /* Image to use on as lighting data */ + struct Group *visibility_grp; /* Object visibility group, inclusive or exclusive */ float data_draw_size; @@ -88,6 +89,7 @@ enum { LIGHTPROBE_FLAG_SHOW_PARALLAX = (1 << 2), LIGHTPROBE_FLAG_SHOW_CLIP_DIST = (1 << 3), LIGHTPROBE_FLAG_SHOW_DATA = (1 << 4), + LIGHTPROBE_FLAG_INVERT_GROUP = (1 << 5), }; /* Probe->display */ -- cgit v1.2.3