Previous Thread  Next Thread

chat icon Blender ignores smoothing group when exporting. Why?

dugla

Posted: Tue Nov 20, 2012 4:07 pm
Joined: 20 Nov 2012
Posts: 2
Hello,

I have a trivial scene. One triangle. The triangle was imported from a Wavefront .obj file. This file contains a single smoothing group.

Here is the file:

# triangle

# xyz
v 0.0 0.0 0.0
v 1.0 0.0 0.0
v 0.0 1.0 0.0

# st
vt 0.0 0.0 0.0
vt 1.0 0.0 0.0
vt 0.0 1.0 0.0

# n
vn 0.0 0.0 1.0
vn 0.0 0.0 1.0
vn 0.0 0.0 1.0

# smoothing group
s 1

# face xyz/st/n
f 1/1/1 2/2/2 3/3/3



I want to export the scene as a .3ds file. When I do the resultant file does not have a smoothing group. Sigh.

How to I tell Blender to preserve the smoothing group and send it to the exported file?

Thanks,
Doug
Reply with quote


stiv

Posted: Tue Nov 20, 2012 6:18 pm
Joined: 05 Aug 2003
Posts: 3493
Does the OBJ importer support smoothing groups?
(does your model look different with smoothing compared to without?)

Does the 3DS exporter support smoothing groups?

Sorry I don't know the answers to these questions.

The big problem with translating from one format to another is not basic concepts like vertex coordinates, but metaphors like smoothing groups, or materials/textures.
Reply with quote


dugla

Posted: Tue Nov 20, 2012 10:36 pm
Joined: 20 Nov 2012
Posts: 2
stiv wrote:
Does the OBJ importer support smoothing groups?
(does your model look different with smoothing compared to without?)

Does the 3DS exporter support smoothing groups?

Sorry I don't know the answers to these questions.

The big problem with translating from one format to another is not basic concepts like vertex coordinates, but metaphors like smoothing groups, or materials/textures.


@stiv.

Um, not sure why you posted a non answer. I really need to get this sorted ASAP.
Reply with quote


stiv

Posted: Wed Nov 21, 2012 2:04 am
Joined: 05 Aug 2003
Posts: 3493
The answers to those two questions are at the crux of your problem. If your export does not do it, your exporter does not do it. Same with the importer.

You might try asking at the user forums at blenderartists.org .
Reply with quote


CoDEmanX

Posted: Wed Nov 21, 2012 2:02 pm
Joined: 05 Apr 2009
Posts: 695
OBJ importer supports smooth groups, but 3ds exporter doesn't

http://en.wikipedia.org/wiki/.3ds
0x4150 // Smoothing Group List
--> is not in the py script
_________________
I'm sitting, waiting, wishing, building Blender in superstition...
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group