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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-06 03:40:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-06 03:52:32 +0300
commit8574d68aa0ea123bf3f37ca36fd41b7dcf26403f (patch)
treede142277925e83145085ddb35843d772b250df17 /source/blender/makesdna/DNA_action_types.h
parent6c623b0e8c3773a5aafa577fbad4a65ecd627c8c (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 64a458cbbc5..4b696e29a52 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -208,10 +208,11 @@ typedef struct bPoseChannel_Runtime {
/* PoseChannel ------------------------------------ */
-/* PoseChannel
+/**
+ * PoseChannel
*
- * A PoseChannel stores the results of Actions and transform information
- * with respect to the restposition of Armature bones
+ * A #bPoseChannel stores the results of Actions and transform information
+ * with respect to the rest-position of #bArmature bones.
*/
typedef struct bPoseChannel {
struct bPoseChannel *next, *prev;
@@ -297,7 +298,7 @@ typedef struct bPoseChannel {
float disp_tail_mat[4][4];
/**
* Inverse result of constraints.
- * doesn't include effect of restposition, parent, and local transform.
+ * doesn't include effect of rest-position, parent, and local transform.
*/
float constinv[4][4];