Cleanup: Unused variable when WITH_ALEMBIC is off
Pull Request: https://projects.blender.org/blender/blender/pulls/146389
This commit is contained in:
committed by
Jesse Yurkovich
parent
eae0a33dd4
commit
858254aca4
@@ -127,6 +127,8 @@ static bool can_use_mesh_for_orco_evaluation(MeshSeqCacheModifierData *mcmd,
|
||||
if (!ABC_mesh_topology_changed(mcmd->reader, ctx->object, mesh, time_offset, r_err_str)) {
|
||||
return true;
|
||||
}
|
||||
# else
|
||||
UNUSED_VARS(time_offset);
|
||||
# endif
|
||||
break;
|
||||
case CACHEFILE_TYPE_USD:
|
||||
|
||||
Reference in New Issue
Block a user