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:
authorTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
committerTon Roosendaal <ton@blender.org>2003-04-27 15:55:33 +0400
commit0b2b5dbfb982c383dd57aa4884f2b3f59f348747 (patch)
tree369db999db89340f5896dba92398f880ae379c95 /source/blender/makesdna/DNA_mesh_types.h
parent4ddc43113ccc201d9a049814bb3acce36da58287 (diff)
More translations of c comments, now also include files!
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 6c04a243020..af5f98cfe95 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -76,7 +76,7 @@ typedef struct TFace {
/* this one gets interpreted as a image in texture.c */
void *tpage;
- float uv[4][2]; /* als je dit wijzigt: ook fie set_correct_uv editmesh.c, ook andere plekken maken gebruik van de lengte van dit blok */
+ float uv[4][2]; /* when you change this: also do function set_correct_uv in editmesh.c, and there are more locations that use the size of this part */
unsigned int col[4];
char flag, transp;
short mode, tile, pad;
@@ -132,7 +132,7 @@ typedef struct Mesh {
struct Mesh *texcomesh;
float *orco;
- struct OcInfo *oc; /* niet in file */
+ struct OcInfo *oc; /* not written in file */
void *sumohandle;
int totvert, totface;
@@ -168,7 +168,7 @@ typedef struct Mesh {
#define ME_SMESH 64
#define ME_SUBSURF 128
-/* puno (mface) */
+/* puno = vertexnormal (mface) */
#define ME_FLIPV1 1
#define ME_FLIPV2 2
#define ME_FLIPV3 4
@@ -187,8 +187,6 @@ typedef struct Mesh {
/* flag (mface) */
#define ME_SMOOTH 1
-/* tface->mode (beetje compatible met PMD formaat) */
-/* sharedvert bepaalt hoe de PSX versie wordt, sharedcol is vertexkleur en puno */
#define TF_DYNAMIC 1
/* #define TF_INVISIBLE 2 */