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:
authorTon Roosendaal <ton@blender.org>2006-08-20 14:18:01 +0400
committerTon Roosendaal <ton@blender.org>2006-08-20 14:18:01 +0400
commitb894ee5b877870426b547fb3c477b6968d7f565c (patch)
treeb008d1ca45aaee09f924fcbdddaa59d4afbf45cf /source/blender/blenkernel/BKE_action.h
parentce30718d769ff42380defa077a777333ba5cbba6 (diff)
Bugfix #4892
Compositor: Image nodes used for Movie files didn't convert the relative paths (if used), so it could not load the movie file. This bug explains why sometimes movies worked in the Compositor... so for the current release the bypass is to disable the "Relative" button in the File Window.
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index 9abd73d7bef..01984eb9cba 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -148,7 +148,7 @@ float get_action_frame_inv(struct Object *ob, float cframe);
};
#endif
-/* nla strip flag */
+/* nla strip->mode, for action blending */
enum {
POSE_BLEND = 0,
POSE_ADD