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:
authorJoshua Leung <aligorith@gmail.com>2009-01-03 14:35:39 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-03 14:35:39 +0300
commit7d5847defb332b4b41bc1df39263755c3c250e5f (patch)
tree9cc96da36a47e44f5682040fde3f880da80579bb /source/blender/makesdna
parent38fcc20580fc27994531f8ef49cc06affd6d54a3 (diff)
2.5
* Start of Action/Pose syncing code (in anim_deps.c) This is currently not hooked up yet, as we still need to figure out where these should get called (due to a few dependencies they have - i.e. visibility syncing of channels is turned on/off by setting in appropriate views). * Also added assorted comments/changes to rna/dna
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_action_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index 4095239bfed..cb75badd0ea 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -157,7 +157,7 @@ typedef struct bActionChannel {
int flag; /* settings accessed via bitmapping */
char name[32]; /* channel name */
- int reserved1;
+ int temp; /* temporary setting - may be used to indicate group that channel belongs to during syncing */
} bActionChannel;
/* Action. A recyclable block that contains a series of Action Channels (ipo), which define