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>2019-01-07 17:00:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-07 17:00:40 +0300
commit299ff7dcd1383f5141f5eba3c04c447d5072f705 (patch)
tree2fc7c4975c0a1666254da7edc1c81aaeba907931 /source/blender/makesdna/DNA_action_types.h
parent5a43406e1bad973a8cb32702b4fdb588068a6dcd (diff)
Cleanup: corrections to last commit
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index d257874544d..b870a027e5c 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -120,27 +120,27 @@ typedef struct bAnimVizSettings {
/** Number of frames befo.re/after current frame to show */
int ghost_bc, ghost_ac;
- /** EOnionSkin_Types. */
+ /** #eOnionSkin_Types. */
short ghost_type;
/** Number of frames between each ghost shown (not for GHOST_TYPE_KEYS). */
short ghost_step;
- /** EOnionSkin_Flag. */
+ /** #eOnionSkin_Flag. */
short ghost_flag;
/* General Settings ------------------------ */
- /** EAnimViz_RecalcFlags. */
+ /** #eAnimViz_RecalcFlags. */
short recalc;
/* Motion Path Settings ------------------- */
- /** EMotionPath_Types. */
+ /** #eMotionPath_Types. */
short path_type;
/** Number of frames between points indicated on the paths. */
short path_step;
- /** EMotionPaths_ViewFlag. */
+ /** #eMotionPaths_ViewFlag. */
short path_viewflag;
- /** EMotionPaths_BakeFlag. */
+ /** #eMotionPaths_BakeFlag. */
short path_bakeflag;
/** Start and end frames of path-calculation range. */
@@ -313,7 +313,7 @@ typedef struct bPoseChannel {
float quat[4];
/** Axis-angle rotation. */
float rotAxis[3], rotAngle;
- /** ERotationModes - rotation representation to use. */
+ /** #eRotationModes - rotation representation to use. */
short rotmode;
short pad;