Is being Blendable worth it?

So I’ve been going over this with a few others lately, is ensuring your project is “Blendable” worth it?

The Model, View, ViewModel pattern does a great job in separating the UI from the logic for each screen, at some point however they have to be integrated. This has been the part I’ve been showing in the screencasts of this series. Going over this I feel there are a few areas that ensure good usage of Expression Blend.

Overall while Blend is a great tool for putting together your view it doesn’t do well for integrating the view and view model. I think it’s still useful to ensure Blend is usable, but limiting yourself to only what you can do in the Blend UI is counter productive.