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:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-10-02 01:17:00 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2008-10-02 01:17:00 +0400
commitc2b8702a83c93cca28262606ed610e31fef22947 (patch)
treee326afddbb592bd7ff83113f47417e1865e32c84 /source/blender/makesdna/DNA_actuator_types.h
parent8550c2b594fb1a2544b77b7f3abec84b29b1745d (diff)
BGE patch: add frameProp to Ipo actuator (Carsten's request).
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index 0af1ec0a2c7..43dada97d0e 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -113,6 +113,7 @@ typedef struct bIpoActuator {
short flag, type;
int sta, end;
char name[32];
+ char frameProp[32]; /* Set this property to the actions current frame */
short pad1, cur, butsta, butend;