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

Modifiers are not supported, application required #82

Open xiantuan opened 4 years ago

xiantuan commented 4 years ago

For example:mirror

addam commented 4 years ago

This is quite an easy task, there's just one important catch. Features like 'Create UVMap' and 'Bake Texture' operate directly on mesh data, so these would have to be disabled if modifiers are used.

Are there any modifiers apart from Mirror that should be supported? Armature and Boolean come into mind.

xiantuan commented 4 years ago

Yes! and exports need to be merged in advance, can you change the selected objects to

addam commented 4 years ago

That's a very different request. I also think trying to export several objects at once is the reason of the other issue you reported just now.

The script will rather throw an error if you try to export several objects at once. I'm afraid that the Bake Texture feature is not stable enough.

xiantuan commented 4 years ago

20200605233555 Export after Ctrl+J