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-30 17:22:26 +0400
committerTon Roosendaal <ton@blender.org>2003-04-30 17:22:26 +0400
commit9174db096b7c114552a9c61d12701509da00fa09 (patch)
tree32c098c5e232294754ec219f560152cd031a4f71 /source/blender/src/editsima.c
parent53999bd80b1e7a1a51e2470fde038ad5aaecc888 (diff)
LAST of the c code comment translations... hooray!
Might be possible I mised an .h or so, just notify me in that case.
Diffstat (limited to 'source/blender/src/editsima.c')
-rw-r--r--source/blender/src/editsima.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index 70fc1f26802..88fb87499d9 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -219,7 +219,7 @@ static void be_square_tface_uv(Mesh *me)
MFace *mface;
int a;
- /* als 1 punt select: doit (met het select punt) */
+ /* if 1 vertex selected: doit (with the selected vertex) */
for(a=me->totface, mface= me->mface, tface= me->tface; a>0; a--, tface++, mface++) {
if(mface->v4) {
if(tface->flag & TF_SELECT) {
@@ -323,7 +323,7 @@ void transform_tface_uv(int mode)
else {
xim= yim= 256;
}
- /* welke vertices doen mee */
+ /* which vertices are involved */
for(a=me->totface, tface= me->tface, mface= me->mface; a>0; a--, tface++, mface++) {
if((tface->flag & TF_SELECT) && mface->v3) {