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

Search found 20 matches

by eatrawmeat391
Thu Dec 08, 2016 8:50 am
Forum: Tutorials
Topic: Extracting simple models
Replies: 505
Views: 317715

Re: Extracting simple models

Thanks Shakotay2 and ERI619,actually,after the last driver update(which is in 2007,latest one) I can run Blender once.But after I restarted my PC,I couldn't run it again,it said "Unsupport Graphic Driver",this is the same with most OBJ Viewer tool that uses OpenGL,I can run it once. The pr...
by eatrawmeat391
Thu Dec 08, 2016 5:50 am
Forum: 3D/2D models
Topic: SVR/Rumble Rose YOBJ to OBJ (Help with UV and Face)
Replies: 14
Views: 7476

Re: SVR/Rumble Rose YOBJ to OBJ Help

Well I posted in the "Code Talk" section because it involves coding, algorithm and stuff like that.It involves model as well so if an admin sees thing the same way as you,he'll move this topic. My latest implementation is broken.It starts to have bug and isn't the one fitted for the job.I ...
by eatrawmeat391
Wed Dec 07, 2016 2:03 pm
Forum: 3D/2D models
Topic: SVR/Rumble Rose YOBJ to OBJ (Help with UV and Face)
Replies: 14
Views: 7476

SVR/Rumble Rose YOBJ to OBJ (Help with UV and Face)

So I translated Glogow Poland Mariusz Szkaradek's Blender Python script to use with my tool to export the obj from the yobj.It can extract the geometry vertices (v x y z),it cannot extract normal(vt x y z) (I think Blender generates them after exporting to obj) but I add that function because the no...
by eatrawmeat391
Wed Dec 07, 2016 4:34 am
Forum: Tutorials
Topic: Extracting simple models
Replies: 505
Views: 317715

Re: Extracting simple models

looks like y and z are swapped I see In an obj file there are 3 sections : v: vertex position, vn: normals, vt: uv Can you tell me what section affects the y and the z(and the x) coordinate in space of an object? Edit: When I don't export the normal,the position change when viewing with Online 3D V...
by eatrawmeat391
Tue Dec 06, 2016 11:25 am
Forum: Tutorials
Topic: Extracting simple models
Replies: 505
Views: 317715

Re: Extracting simple models

Hi Shakotay, I coded a script to extract the obj from a model file.Problem is,the output obj (02_test.obj)'s position in space is different from the right obj(which is object0.obj) when preview with a 3D tool.Do you know why this happen and what can I do to fix it?