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>2018-06-17 18:04:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:04:09 +0300
commit78fbd146f3cd9a5c97307ff6f2d14422e7ae54b9 (patch)
tree62f1519be8e12353cc91f334414c478c015a5491 /source/blender/makesdna/DNA_actuator_types.h
parent4be752a93cf37700668c604296f37ea08248f13b (diff)
Cleanup: trailing space for DNA headers
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index 6bdea21da1e..6461ad5445f 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -130,9 +130,9 @@ typedef struct bIpoActuator {
float sta, end;
char name[64]; /* MAX_NAME */
char frameProp[64]; /* Set this property to the actions current frame, MAX_NAME */
-
+
short pad1, pad2, pad3, pad4;
-
+
} bIpoActuator;
typedef struct bCameraActuator {
@@ -157,10 +157,10 @@ typedef struct bGroupActuator {
short flag, type;
int sta, end;
char name[64]; /* property or groupkey, MAX_NAME */
-
+
short pad[3], cur, butsta, butend;/* not referenced, can remove? */
/* struct Group *group; not used, remove */
-
+
} bGroupActuator;
/* I added a few extra fields here, to facilitate conversions */
@@ -191,8 +191,8 @@ typedef struct bGameActuator {
} bGameActuator;
typedef struct bVisibilityActuator {
- /** bit 0: Is this object visible?
- ** bit 1: Apply recursively
+ /** bit 0: Is this object visible?
+ ** bit 1: Apply recursively
** bit 2: Is this object an occluder? */
int flag;
} bVisibilityActuator;
@@ -263,7 +263,7 @@ typedef struct bActuator {
struct bActuator *next, *prev, *mynew;
short type;
/**
- * Tells what type of actuator data \ref data holds.
+ * Tells what type of actuator data \ref data holds.
*/
short flag;
short otype, go;
@@ -334,8 +334,8 @@ typedef struct bActuator {
#define ACT_SHOW 1
#define ACT_DEL 2
#define ACT_NEW 4
-#define ACT_LINKED 8
-#define ACT_VISIBLE 16
+#define ACT_LINKED 8
+#define ACT_VISIBLE 16
#define ACT_PIN 32
#define ACT_DEACTIVATE 64
@@ -378,7 +378,7 @@ typedef struct bActuator {
#define ACT_IPOFORCE (1 << 0)
#define ACT_IPOEND (1 << 1)
#define ACT_IPOLOCAL (1 << 2)
-#define ACT_IPOCHILD (1 << 4)
+#define ACT_IPOCHILD (1 << 4)
#define ACT_IPOADD (1 << 5)
/* property actuator->type */