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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-04-14 14:38:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-04-14 14:38:11 +0400
commit4a19ccfa5fb5cae359269ecaac389f6aace9f959 (patch)
tree78aa22e116cf7aed6d10d851978a5bdcf807fa84 /source/blender/makesdna/DNA_action_types.h
parent5f02b167d191969474c8f3575abdd6dbaeffeb57 (diff)
parent9a79bd38ade00fc663c27ffda9892629ef5ca755 (diff)
Merged changes in the trunk up to revision 45619.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index f495b1b4336..9ca67372703 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -219,7 +219,8 @@ typedef struct bPoseChannel {
short pad;
float chan_mat[4][4]; /* matrix result of loc/quat/size , and where we put deform in, see next line */
- float pose_mat[4][4]; /* constraints accumulate here. in the end, pose_mat = bone->arm_mat * chan_mat */
+ float pose_mat[4][4]; /* constraints accumulate here. in the end, pose_mat = bone->arm_mat * chan_mat
+ * this matrix is object space */
float constinv[4][4]; /* inverse result of constraints.
* doesn't include effect of restposition, parent, and local transform*/