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_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 96245e3b067..27374c451e9 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -290,13 +290,13 @@ typedef struct bPoseChannel {
/** Matrix result of loc/quat/size, and where we put deform in, see next line */
float chan_mat[4][4];
/**
- * Constraints accumulate here. in the end, pose_mat = bone->arm_mat * chan_mat
+ * Constraints accumulate here. in the end, `pose_mat = bone->arm_mat * chan_mat`
* this matrix is object space.
*/
float pose_mat[4][4];
/** For display, pose_mat with bone length applied. */
float disp_mat[4][4];
- /** For display, pose_mat with bone length applied and translated to tai.l*/
+ /** For display, pose_mat with bone length applied and translated to tail. */
float disp_tail_mat[4][4];
/**
* Inverse result of constraints.
@@ -653,7 +653,7 @@ typedef enum eActionGroup_Flag {
* that affects a group of related settings (as defined by the user).
*/
typedef struct bAction {
- /** ID-serialisation for relinking. */
+ /** ID-serialization for relinking. */
ID id;
/** Function-curves (FCurve). */