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

Objects must be uncomfortably small to be exported #13

Closed addam closed 13 years ago

addam commented 14 years ago

Because the script uses directly world dimensions (so that the default cube is 2x2x2 meters), the user usually has to scale the exported object down many times. Not only it is one more step to do, it can cause problems with view clipping and depth buffer resolution.

The script could have a scale setting, likely as SSS has. The default value should be somewhat sensible so that the default cube and Suzanne will get exported flawlessly :)