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>2007-12-27 11:36:27 +0300
committerJoshua Leung <aligorith@gmail.com>2007-12-27 11:36:27 +0300
commit0dc38a5bd93bf3197083db424c7cd34d402bc9ad (patch)
treed8fe93aab93db9851a8f93a039a4b197887fce8c /source/blender/makesdna/DNA_action_types.h
parent55d49ed63b524f5c11e66af996995114017f5dc0 (diff)
== PoseLib - Added 2 features ==
* When previewing poses, it is now possible to manipulate the view to look at the pose from another angle. It is a known issue, that the normal header displays when using the MMB to do so. * Added a tool to "validate" or sync its PoseLib data to the keys stored in the Action.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-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 9921d784984..ec763ad606c 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -105,7 +105,7 @@ typedef struct bPoseLibRef {
struct bPoseLibRef *next, *prev;
int frame; /* frame in the action to look for this pose */
char name[32]; /* name of the pose */
- int pad;
+ int flag; /* temporary settings for this pose */
} bPoseLibRef;
/* PoseLib data for Action