addam / Export-Paper-Model-from-Blender

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

Missing texture after Export with the textures option activated #97

Closed sanchezlucas closed 1 year ago

sanchezlucas commented 1 year ago

Reported also on blender.org

System Information Operating system: Windows-10-10.0.22621-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56

Blender Version Broken: version: 3.5.0, branch: blender-v3.5-release, commit date: 2023-03-29 02:56, hash: 1be25cfff18b Worked: 3.2.2

Addon Information Name: Export Paper Model (1, 2) Author: Addam Dominec

Short description of error The export comes without the baked textures after activating the respective options, also related on the forums https://blenderartists.org/t/export-paper-model/476597/485.

The dev build hosted on github has the same issue

Exact steps for others to reproduce the error Open the export dialog > On the 'Textures' dropdown choose 'full render' or 'from material' > Export Paper Model


Result with this dev build:

image

Desired result with 3.2.2

image

hatwearingdumb commented 1 year ago

It doesn't work for me either, I'm using a image texture material for my model.

hystricidae commented 1 year ago

It's the same for me. Problems with the export of textures seemed to occure quite frequently in the past, though.

addam commented 1 year ago

Fixed in a8a71ae, please test. Remaining part is that the textured export crashes if the mesh has no material. Solution will be to automatically create (and delete) a dummy material.