Merge branch 'master' into blender2.8

This commit is contained in:
Bastien Montagne 2018-09-19 11:12:45 +02:00
commit d053508916
1 changed files with 6 additions and 1 deletions

View File

@ -158,8 +158,13 @@ static Mesh *applyModifier(
static bool dependsOnTime(ModifierData *md)
{
#ifdef WITH_ALEMBIC
MeshSeqCacheModifierData *mcmd = (MeshSeqCacheModifierData *) md;
return (mcmd->cache_file != NULL);
#else
UNUSED_VARS(md);
return true;
return false;
#endif
}
static void foreachIDLink(