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_ika_types.h
parent4ddc43113ccc201d9a049814bb3acce36da58287 (diff)
More translations of c comments, now also include files!
Diffstat (limited to 'source/blender/makesdna/DNA_ika_types.h')
-rw-r--r--source/blender/makesdna/DNA_ika_types.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_ika_types.h b/source/blender/makesdna/DNA_ika_types.h
index 9024672fa01..2ddbc4ed4a3 100644
--- a/source/blender/makesdna/DNA_ika_types.h
+++ b/source/blender/makesdna/DNA_ika_types.h
@@ -1,8 +1,10 @@
/**
* blenlib/DNA_ika_types.h (mar-2001 nzc)
*
- * Old ika types. These will be superceded by Reevan's stuff, soon (I
- * hope).
+ * Old ika types. These have been superceded by Reevan's stuff
+ * (armatures and bones)
+ *
+ * Can be removed! (ton)
*
* $Id$
*
@@ -46,9 +48,9 @@ struct Ipo;
typedef struct Deform {
struct Object *ob;
short flag, partype;
- int par1, par2, par3; /* kunnen vertexnrs zijn */
+ int par1, par2, par3; /* can be vertexnrs */
float imat[4][4], premat[4][4], postmat[4][4];
- float vec[3]; /* als partype==LIMB, voor distfunc */
+ float vec[3]; /* when partype==LIMB, for distfunc */
float fac, dist, pad;
} Deform;
@@ -67,12 +69,12 @@ typedef struct Ika {
short partype, flag, iter, lastfra;
ListBase limbbase;
- float eff[3], effg[3], effn[3]; /* current, global en (local)wanted */
+ float eff[3], effg[3], effn[3];
float mem, slow, toty, totx, xyconstraint;
struct Ipo *ipo;
struct Object *parent;
- int par1, par2, par3; /* kunnen vertexnrs zijn */
+ int par1, par2, par3;
int totdef;
Deform *def;