addam / Export-Paper-Model-from-Blender

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

Show proper paper sizes and margins no matter what the scene scale is. #37

Closed comac2k closed 8 years ago

comac2k commented 8 years ago

Until now, the scene scale was applied to paper sizes and margins shown to the user. Manually changing those values was not very intuitive.

comac2k commented 8 years ago

I'm closing this pull request since this patch is not working as expected. It only works properly when the script is manually run from a text editor window in blender. If installed as a plugin, it raises an exception and does not load. Besides, it doesn't react to user changing the scene scale after the script was loaded. Needs more work.