Page 1 of 1

[Release] ArtStation MView File Exporter (script+noesis)

Posted: Mon May 15, 2017 9:42 am
by majidemo
Today I saw this post. The OP got into my nerves for dissing at shakotay2, a member I highly respect.

To prove the OP wrong I decided to check out how to unpack the mview file. With zero previous knowledge about the format I checked the link shakotay2 provided and it was in fact quite helpful.

I then proceeded to write a parser and converter in about 30 minutes. This proved that the OP was completely ignorant for saying shakotay2's link was useless.

So, here are the scripts I wrote for unpacking the mview files: DOWNLOAD SCRIPT & NOESIS PLUGIN.

Others might find it useful as I don't have any use for it.

Cheers!

EDIT: A Noesis plugin is also available:
Image

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Thu May 18, 2017 12:45 am
by soulbrother73
This works perfectly , the noesis plugin let's you convert the files to whatever I need. Thanks

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Sat Mar 02, 2019 8:50 pm
by majidemo
I noticed that people are still using this. I haven’t updated this for awhile now. But, if someone wishes to contribute in fixing the reported bugs feel free to make a PR.

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Thu Aug 29, 2019 3:32 am
by projinf3d
majidemo wrote: Mon May 15, 2017 9:42 am Today I saw this post. The OP got into my nerves for dissing at shakotay2, a member I highly respect.

To prove the OP wrong I decided to check out how to unpack the mview file. With zero previous knowledge about the format I checked the link shakotay2 provided and it was in fact quite helpful.

I then proceeded to write a parser and converter in about 30 minutes. This proved that the OP was completely ignorant for saying shakotay2's link was useless.

So, here are the scripts I wrote for unpacking the mview files: DOWNLOAD SCRIPT & NOESIS PLUGIN.

Others might find it useful as I don't have any use for it.

Cheers!


Does this extract the bones for animated files also?

**EDIT I was successfully able to extract static m.view files but the animated ones give off the error below:

NOESIS PYTHON ERROR

Traceback (most recent call last):
File"C:\Users BLAH BLAH BLAH..\fmt_artstation_mview.py", line 19 in loadModel
files = extract(bs)
File "C:\Users BLAH BLAH BLAH\fmt_artstation_mivew.py", line 136, in extract
files[ftype}.append({ "filename": name, "data": bin })
KeyError: 'animData/mset'


I'm not after the animations so much, just the preservation of the bones so the characters can be configured for a default T-Pose..

Any help greatly appreciated...

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Thu Apr 30, 2020 2:56 pm
by alivekta
can someone fix that error
Image

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Sun Jun 21, 2020 2:08 pm
by DanGM
Is this development still alive? I have got it to work with a couple of models but getting some weird meshes on the specific model i am after. Anyone able to help?

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Fri Jul 17, 2020 8:11 am
by Zaffar
wubbaworwee wrote: Thu Aug 29, 2019 3:32 am
Does this extract the bones for animated files also?

**EDIT I was successfully able to extract static m.view files but the animated ones give off the error below:

NOESIS PYTHON ERROR

Traceback (most recent call last):
File"C:\Users BLAH BLAH BLAH..\fmt_artstation_mview.py", line 19 in loadModel
files = extract(bs)
File "C:\Users BLAH BLAH BLAH\fmt_artstation_mivew.py", line 136, in extract
files[ftype}.append({ "filename": name, "data": bin })
KeyError: 'animData/mset'


I'm not after the animations so much, just the preservation of the bones so the characters can be configured for a default T-Pose..

Any help greatly appreciated...
I wonder if have some alternative for this error, i want to open a model but having a problem with the anims, there some way to cut off the animdata content from mview to import the static model?

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Mon Aug 31, 2020 2:05 pm
by guidkal
I wonder if have some alternative for this error, i want to open a model but having a problem with the anims, there some way to cut off the animdata content from mview to import the static model?
I am wondering about the same thing. Would be cool if the creator of this script could give us a hint here. Cheers and thx for your work anyways!

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Wed Sep 16, 2020 11:19 am
by W0lfy
NOESIS PYTHON ERROR

Traceback (most recent call last):
File"C:\Users BLAH BLAH BLAH..\fmt_artstation_mview.py", line 19 in loadModel
files = extract(bs)
File "C:\Users BLAH BLAH BLAH\fmt_artstation_mivew.py", line 136, in extract
files[ftype}.append({ "filename": name, "data": bin })
KeyError: 'animData/mset
'


Got this error when trying to open an .mview with aniamtion data in it !

Please can anyone help, i just want the model don't need animation !

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Sat Sep 19, 2020 11:16 pm
by Lys
This may be a dumb question, but why not just use the python batch file :? It should still pull static model and convert to obj even with animated mview. All you need is 32-bit python 3.6.1.

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Sun Jan 03, 2021 8:56 am
by Chaotic1870
Hello, im very new to all this stuff, could someone walk me through how to do this? I have the mview file but im not sure where to go from there.

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Sun Sep 12, 2021 6:30 am
by Volcanus
I'm new to this forum as of 10min ago. I subbed just so that I could thank you for this plugin. I know this is an older post.
Thank you majidemo, you are seriously a rockstar.

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Wed Jan 04, 2023 12:06 am
by JuanCarlos
Hi!
First of all, thank you for posting this awesome tool. I tried it and works perfectly for extracting 3D Models and PBR Textures. But, I have a problem when extracting HDRIs. When extracting an HDRI from an mview file, the format comes in a .dat file (sky.dat). I've been trying to change it from dat to .hdr or .exr but with no avail. Is it possible to extract an hdri from an mview file?

Thanks.

Re: [Release] ArtStation MView File Exporter (script+noesis)

Posted: Wed Jan 11, 2023 6:36 pm
by race
Hey people! I just found a modified file "fmt_artstation_mview.py" which accepts animations. Not export it, but doesn't give any error loading the file and exports the mesh in T-Pose.

I have tried it righty now and works perfectly.

The file is in this link:
https://mega.nz/file/GsMDWChI#aiwj-hbKX ... Iv8aBVhqE4

And this is the post of the original author of the modified file "fmt_artstation_mview.py":
https://groinkick.freeforums.net/thread ... view-files

Enjoy and thank it to Stym from groinkick.