I need to render a 3d model that have been implement uv map in blender. When I press the render button it renders with normal blender material. But I need to render it with uv map textures. please help me.

link|improve this question

25% accept rate
Dude, I wish I had a better forum to point you at, I've used myself and think it's a wonderful tool for doing 3d models, but I know they are going to boot this question for not being Programming related. – Pete Eddy Aug 12 '09 at 6:25
Superuser: ewok.adventure is the password. – RCIX Aug 12 '09 at 6:29
feedback

migrated from stackoverflow.com Aug 12 '09 at 7:11

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Try clicking the TexFace button in the material settings. This should fix your problem.

More information about applying a UV map in Blender is available here.

link|improve this answer
THANKS......... – Kombuwa Oct 5 '10 at 7:16
feedback

You need to create a new material for the object, and in the texture panel of that material, add the image you have uv-mapped to an image texture. Then back on the main material panel, click on Map Input on the far right. Select the UV button. This will tell Blender to put the texture on the UV map coordinates. Now when you render it should show up.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.