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_constraint_types.h
parent6c623b0e8c3773a5aafa577fbad4a65ecd627c8c (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesdna/DNA_constraint_types.h')
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index 670a6c46187..18a4a134b71 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -497,7 +497,7 @@ typedef struct bPivotConstraint {
float offset[3];
/* Rotation-driven activation:
- * This option provides easier one-stop setups for footrolls
+ * This option provides easier one-stop setups for foot-rolls.
*/
/** Rotation axes to consider for this (#ePivotConstraint_Axis). */
short rotAxis;
@@ -715,8 +715,10 @@ typedef enum eBConstraint_Flags {
typedef enum eBConstraint_SpaceTypes {
/** Default for all - worldspace. */
CONSTRAINT_SPACE_WORLD = 0,
- /** For objects (relative to parent/without parent influence),
- * for bones (along normals of bone, without parent/restpositions). */
+ /**
+ * For objects (relative to parent/without parent influence),
+ * for bones (along normals of bone, without parent/rest-positions).
+ */
CONSTRAINT_SPACE_LOCAL = 1,
/** For posechannels - pose space. */
CONSTRAINT_SPACE_POSE = 2,