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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-04-14 23:48:14 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-04-14 23:48:14 +0400
commit0b8b4369c9dbfd9f0048b54a74bf3669919e7f0f (patch)
treee477c891228e01d40aba6dad160174f30f632e72 /source/blender/makesdna
parent7eb1b45281ad6b163ef8f2d67fb42f099260ec61 (diff)
Patch #8034: "soft" option for halos, which avoids ugly intersections
with geometry, and makes halos look more volumetric. Patch contributed by Markus Ilmola, thanks!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_material_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index a4c6120374a..361b240eabf 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -161,6 +161,7 @@ typedef struct Material {
#define MA_SHLESS 4
#define MA_WIRE 8
#define MA_VERTEXCOL 16
+#define MA_HALO_SOFT 16
#define MA_HALO 32
#define MA_ZTRA 64
#define MA_VERTEXCOLP 128