After carefully checking I discovered the issue. The mesh when reimported in Godot 2.1 had shadow casting enabled and unshaded disabled. So it caused the issue.
When the proper flag where enabled everything worked just fine.
I think it should be included in the documentation or somewhere as a reference for people with a similar problem.