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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-12 12:48:17 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-12 12:51:04 +0300
commite1f24a8615868e3bdf98874678e173ca4c298f60 (patch)
treef3fae95fb1d692fcc3c16efc5ced8bb6235691cc /source/blender/blenkernel/BKE_studiolight.h
parentd2e691b91ae337ddb5ee3f8e37b84daad00925bb (diff)
Studiolight: cache irradiance buffer
Diffstat (limited to 'source/blender/blenkernel/BKE_studiolight.h')
-rw-r--r--source/blender/blenkernel/BKE_studiolight.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_studiolight.h b/source/blender/blenkernel/BKE_studiolight.h
index 5e386fde528..50cc3d9734f 100644
--- a/source/blender/blenkernel/BKE_studiolight.h
+++ b/source/blender/blenkernel/BKE_studiolight.h
@@ -82,6 +82,7 @@ typedef struct StudioLight {
int flag;
char name[FILE_MAXFILE];
char path[FILE_MAX];
+ char *path_irr;
int irradiance_icon_id;
int radiance_icon_id;
int index;