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

Page margin doesn't match with unit settings #52

Open Treehee opened 7 years ago

Treehee commented 7 years ago

The page margin setting doesn't take into account the unit settings from blender.

attached file is a paper model of an egg with margin set to 5 cm ei-a4.pdf

addam commented 7 years ago

The problem there is that I want the lengths to be displayed in correct units (cm in our case) but they should not be affected by Scale Length setting. The value lives in a world outside of the Blender scene. The only way I know to explain this to Blender is an ugly dirty hack. I'll ask the API developers what they think about this matter.