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:
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index d21b27897ed..3789a296120 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -43,12 +43,12 @@ struct MTex;
struct Ipo;
struct Material;
-/* LET OP: type veranderen? ook in ipo.h doen */
+/* WATCH IT: change type? also make changes in ipo.h */
typedef struct Material {
ID id;
- short colormodel, lay; /* lay: voor dynamics */
+ short colormodel, lay; /* lay: for dynamics (old engine, until 2.04) */
float r, g, b;
float specr, specg, specb;
float mirr, mirg, mirb;
@@ -65,7 +65,7 @@ typedef struct Material {
short flarec, starc, linec, ringc;
float hasize, flaresize, subsize, flareboost;
- /* onderstaand is voor buttons en render*/
+ /* for buttons and render*/
char rgbsel, texact, pr_type, septex;
short pr_back, pr_lamp;