Cleanup: Unused variable when WITH_ALEMBIC is off

Pull Request: https://projects.blender.org/blender/blender/pulls/146389
This commit is contained in:
Jesse Yurkovich
2025-09-17 01:41:00 +02:00
committed by Jesse Yurkovich
parent eae0a33dd4
commit 858254aca4

View File

@@ -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: