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

Add plotter-related settings #47

Open addam opened 8 years ago

addam commented 8 years ago

Cutting out paper models with a plotter is a very attractive method. In order to make it possible and comfortable, the script should:

  1. Create a separate file for cutting and another one for printing (just a guess, please confirm)
  2. Display alignment marks in the corners of the paper (requested by @alpharesearch)
  3. Add an optional margin to baked textures (requested by @jdugge)
  4. Always draw folds in dashed lines for cutting and optionally differentiate convex and concave folds using a colored solid line (just a guess, please confirm)
addam commented 8 years ago

Issue 3 was solved by @jdugge in his pull request.

Issue 2 was solved by @alpharesearch in his repository.