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>2010-06-14 04:24:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-14 04:24:42 +0400
commit271a553ed53cb532a428f7a52041357e58a61b0b (patch)
tree8376dc3b037792379a54b9f3d9f68dce4ecd1663 /source/blender/makesdna/DNA_lamp_types.h
parent4ee8d74680821e4c80479b2498e3e55791c46974 (diff)
remove unused yafray lamp settings
Diffstat (limited to 'source/blender/makesdna/DNA_lamp_types.h')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h18
1 files changed, 6 insertions, 12 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index 1cf6b25c58f..5231108a756 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -93,20 +93,14 @@ typedef struct Lamp {
float atm_distance_factor;
float skyblendfac;
float sky_exposure;
- short sky_colorspace, pad4;
-
- /* yafray: photonlight params */
- int YF_numphotons, YF_numsearch;
- short YF_phdepth, YF_useqmc, YF_bufsize, YF_pad;
- float YF_causticblur, YF_ltradius;
- /* yafray: glow params */
- float YF_glowint, YF_glowofs;
- short YF_glowtype, YF_pad2;
-
+ short sky_colorspace;
+ char pad4[6];
+
struct Ipo *ipo; // XXX depreceated... old animation system
struct MTex *mtex[18]; /* MAX_MTEX */
- short pr_texture, pad[3];
-
+ short pr_texture;
+ char pad6[6];
+
/* preview */
struct PreviewImage *preview;
} Lamp;