addam / Export-Paper-Model-from-Blender

Python addon for creating paper models in Blender (development version)
https://blenderartists.org/t/export-paper-model/476597
406 stars 54 forks source link

Texture is rendered incorrectly #45

Closed sybrenstuvel closed 8 years ago

sybrenstuvel commented 8 years ago

I'm trying to project an equirectangular image onto an icosphere. This is my blend file bugreport.blend.zip

Instead of the texture as seen in the viewport & renders, I get this:

generated_image

What I expected is an unwrap of this:

viewport

This is with both the version shipped with Blender-2.78-rc1 as the latest from this git repo's master branch.

jdugge commented 8 years ago

This is an issue that's not related to the Export Paper Model plugin, you will see the same behaviour if you set the "Viewport Shading" in the 3D view to "Rendered" instead of "Texture".

To fix this, set the "Projection" of the "Mapping" in the "Texture" tab to "Flat" instead of "Sphere":

screenshot from 2016-09-13 12 39 23

sybrenstuvel commented 8 years ago

Excellent, thanks for the quick reply!