List<Mobject> getAllMobjectsToUpdate() => [ for (var mob in getAllMobjects()) if (mob != mobject || !suspendMobjectUpdating) mob ];