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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 19:23:50 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 19:23:50 +0300
commit6099b2620d645f4129c42af2272cb6bd8538fc7a (patch)
tree942f71846fb8aa796c0a3d12faa27de167dcc344 /source/blender/modifiers
parentbbc7eb8ae5386aae5aaa58df76f701bc7f0dddbf (diff)
Alembic: added frame offset property
The offset is subtracted, so that it's intuitive (dragging slider pushes the animation further that way on the timeline).
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_meshsequencecache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index 5b059ef89d2..3e527489d20 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -109,7 +109,6 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
Scene *scene = md->scene;
const float frame = BKE_scene_frame_get(scene);
const float time = BKE_cachefile_time_offset(mcmd->cache_file, frame, FPS);
-
const char *err_str = NULL;
CacheFile *cache_file = mcmd->cache_file;