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.
feedback
|
migrated from stackoverflow.com Aug 12 '09 at 7:11
This question came from our site for professional and enthusiast programmers.
|
Try clicking the More information about applying a UV map in Blender is available here. | |||
|
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. | |||
|
feedback
|