Important information: this site is currently scheduled to go offline indefinitely by end of the year.

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

Post questions about game models here, or help out others!
Post Reply
majidemo
advanced
Posts: 71
Joined: Sun Aug 21, 2016 12:00 am
Has thanked: 29 times
Been thanked: 36 times

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

Post 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
soulbrother73
ultra-n00b
Posts: 7
Joined: Sun Jan 24, 2016 12:47 pm

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

Post by soulbrother73 »

This works perfectly , the noesis plugin let's you convert the files to whatever I need. Thanks
majidemo
advanced
Posts: 71
Joined: Sun Aug 21, 2016 12:00 am
Has thanked: 29 times
Been thanked: 36 times

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

Post 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.
User avatar
projinf3d
beginner
Posts: 21
Joined: Sun Jul 17, 2016 1:56 am
Has thanked: 4 times
Been thanked: 1 time

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

Post 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...
alivekta
ultra-n00b
Posts: 2
Joined: Thu Apr 30, 2020 1:14 am
Has thanked: 2 times
Been thanked: 1 time

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

Post by alivekta »

can someone fix that error
Image
DanGM
ultra-n00b
Posts: 1
Joined: Fri Apr 08, 2016 11:34 am

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

Post 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?
Zaffar
ultra-n00b
Posts: 1
Joined: Wed Jan 23, 2019 11:11 pm

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

Post 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?
guidkal
ultra-n00b
Posts: 7
Joined: Mon Jul 15, 2019 10:44 am

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

Post 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!
User avatar
W0lfy
beginner
Posts: 31
Joined: Wed Mar 23, 2016 8:59 pm
Has thanked: 34 times
Been thanked: 6 times

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

Post 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 !
Lys
ultra-n00b
Posts: 2
Joined: Mon Jun 08, 2015 12:16 pm
Has thanked: 5 times

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

Post 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.
Chaotic1870
ultra-n00b
Posts: 5
Joined: Mon Nov 30, 2020 7:14 am
Has thanked: 2 times

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

Post 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.
Volcanus
ultra-n00b
Posts: 1
Joined: Sun Sep 12, 2021 6:17 am
Has thanked: 1 time

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

Post 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.
JuanCarlos
ultra-n00b
Posts: 1
Joined: Tue Jan 03, 2023 11:52 pm

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

Post 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.
race
ultra-n00b
Posts: 1
Joined: Wed Jan 11, 2023 6:26 pm
Been thanked: 1 time

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

Post 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.
Post Reply