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>2015-10-22 20:54:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-22 20:56:37 +0300
commitebf197724eb422eea095dd52eac8ea310f5cf758 (patch)
tree8bf673b3be5515f2053378ba2a540e3564ec20c1 /source/blender/makesdna/DNA_lamp_types.h
parent47b1279762dd07cdef4570e077459497f48e4fb8 (diff)
Version Bump: 2.76.2, deprecate values
- RegionView3D.view RV3D_VIEW_PERSPORTHO only ever set on initialization, never checked for. - Lamp.type LA_YF_PHOTON from old 2.4x yafray files. Also iniitalize movie-clip + grease-pencil theme colors.
Diffstat (limited to 'source/blender/makesdna/DNA_lamp_types.h')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index ce8e86cb512..8f0112294f3 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -127,8 +127,6 @@ typedef struct Lamp {
#define LA_SPOT 2
#define LA_HEMI 3
#define LA_AREA 4
-/* yafray: extra lamp type used for caustic photonmap */
-#define LA_YF_PHOTON 5
/* mode */
#define LA_SHAD_BUF (1 << 0)