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

The script does not work Bug #26

Closed sondow77 closed 12 years ago

sondow77 commented 12 years ago

hello I installed the script but when I give "Make unfoldable" error Traceback (most recent call last): File "C: \ Users \ Nico \ AppData \ Roaming \ Blender Foundation \ Blender \ 2.63 \ scripts \ addons \ io_export_paper_model.py", line 1271, in execute UNFOLDER = Unfolder (context, active_object) File "C: \ Users \ Nico \ AppData \ Roaming \ Blender Foundation \ Blender \ 2.63 \ scripts \ addons \ io_export_paper_model.py", line 128, in init self.mesh = Mesh (ob_data, ob_matrix_world) Foundation \ Blender \ 2.63 \ scripts \ addons \ io_export_paper_model.py ", line 181, in init for bpy_face in mesh.faces: Attribute error: 'Mesh' object has no attribute 'faces' location: : -1 I can't export

addam commented 12 years ago

All right, and what if you download it from the 'experimental' branch? It is set as the default branch now, as 'master' indeed does not work with Blender 2.63.

sondow77 commented 12 years ago

work in blender 2.62?

addam commented 12 years ago

The master branch should work with blender 2.62. However, it is slower and less stable than the experimental branch. I would recommend you to use blender 2.63 with the experimental branch of this script.

I will rename and/or merge the branches very soon, to clear things up.