allow downloading of obj files

This commit is contained in:
Seth Alves 2015-03-07 07:53:25 -08:00
parent d7c8f22246
commit 4a7dd2b3e6

View file

@ -2084,6 +2084,7 @@ void GeometryReader::run() {
urlValid &= !urlname.isEmpty();
urlValid &= !_url.path().isEmpty();
urlValid &= _url.path().toLower().endsWith(".fbx")
|| _url.path().toLower().endsWith(".obj")
|| _url.path().toLower().endsWith(".svo");
if (urlValid) {