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_constraint_types.h
parent5a43406e1bad973a8cb32702b4fdb588068a6dcd (diff)
Cleanup: corrections to last commit
Diffstat (limited to 'source/blender/makesdna/DNA_constraint_types.h')
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index 3932d2caf85..e27f810b38b 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -485,11 +485,11 @@ typedef struct bPivotConstraint {
/* Rotation-driven activation:
* This option provides easier one-stop setups for footrolls
*/
- /** Rotation axes to consider for this (ePivotConstraint_Axis). */
+ /** Rotation axes to consider for this (#ePivotConstraint_Axis). */
short rotAxis;
/* General flags */
- /** EPivotConstraint_Flag. */
+ /** #ePivotConstraint_Flag. */
short flag;
} bPivotConstraint;