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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-17 14:16:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-17 14:16:28 +0300
commit88d72e796a388afe79d4dc8d4aed243a49ed1875 (patch)
tree9857001a08454607f467bf61d8ce2b1a52833653 /source/blender/blenloader
parente3a1d044d68000a2e81b662c0cf15bbe17698aa4 (diff)
remove warnings. Sequencer selection for fcurve view didnt work in metastrips.
- added RNA_property_string_set to the RNA_access.h - include BKE_animsys.h in pipeline.c for sequencer update, hope these are ok.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 17dfb4f7ce6..2631a1aa219 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -4289,7 +4289,6 @@ static void direct_link_scene(FileData *fd, Scene *sce)
Editing *ed;
Sequence *seq;
MetaStack *ms;
- TimeMarker *marker;
sce->theDag = NULL;
sce->dagisvalid = 0;