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:
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index f4e2ff43fc5..99f0c999a29 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -264,7 +264,7 @@ typedef struct bActuator {
* For ipo's and props: to find out which object the actuator
* belongs to */
struct Object *ob;
-
+
} bActuator;
/* objectactuator->flag */
@@ -322,6 +322,7 @@ typedef struct bActuator {
#define ACT_LINKED 8
#define ACT_VISIBLE 16
#define ACT_PIN 32
+#define ACT_DEACTIVATE 64
/* link codes */
#define LINK_SENSOR 0