Help w/ Blender Exporter

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
Post Reply
User avatar
jmonw
Goblin
Posts: 232
Joined: Sat Apr 23, 2005 3:21 am
Location: Atlanta, GA

Help w/ Blender Exporter

Post by jmonw »

You'll have to excuse any ignorance in the question. I'm sorry for it. I'm a programmer by trade, and not and artist. Please be patient with me.

My problem is that I'm trying to export a textured ball. I make the sphere in Blender, and assign the texture to it, via materials, not UV face select. I get it set up the way I want (X,Y, and Z scaling, etc), and then try to export it. When I view the material script, though, there's no mention of any image (the texture).

How do I do this? I don't want to do the UV face thing, because it's a sphere and I wouldn't know how to do it.

Thanks in advance, and thanks for the wonderful tools to go along with the wonderful engine. I appreciate it.

Oh, and if you need more details, feel free to ask. Thanks.
User avatar
discipline
OGRE Community Helper
OGRE Community Helper
Posts: 766
Joined: Mon May 16, 2005 12:09 am

Post by discipline »

The wiki wrote:The export script already supports a multitude of material properties, most notably: ambient, diffuse, specular, emissive, uv textures with and without alpha channel, vertex colours, normal maps, two sided faces.
http://www.ogre3d.org/wiki/index.php/To ... e_Exporter

Where is the "image" the material file is going to reference? Blender does not generate images and UV mappings for it's procedural textures. They are procedural. The exporter does not support all of Blender's procedural material settings, only the above.
reimpell
OGRE Contributor
OGRE Contributor
Posts: 570
Joined: Mon Mar 01, 2004 10:35 am
Location: Hamburg, Germany

Re: Help w/ Blender Exporter

Post by reimpell »

jmonw wrote:I don't want to do the UV face thing, because it's a sphere and I wouldn't know how to do it.
There are several sources that explain how to create uv coordinates in Blender, most notably the corresponding chapter in the manual, a video tutorial and the release log for the "least squares conformal map" unwrapper. For a curved surface, like a sphere, there is a tradeoff between distortion and number of seams.
User avatar
jmonw
Goblin
Posts: 232
Joined: Sat Apr 23, 2005 3:21 am
Location: Atlanta, GA

Post by jmonw »

Thanks for all your help!!! It worked. Now I'm in business. Thank you all very much!!!
Post Reply