friggog / tree-gen

Procedural generation of tree models in blender
GNU General Public License v3.0
827 stars 74 forks source link

Use update_log instead of sys.stdout for consistent log order #59

Closed samipfjo closed 3 years ago

friggog commented 3 years ago

Why is https://github.com/friggog/tree-gen/blob/f35c33ef11de2b8e43ffe1012d6e84cb380ae389/gui.py#L16 Not from .parametric.gen import update_log also absolute imports might be preferable to relative ones?

samipfjo commented 3 years ago

Hmm, not sure. Fixed now.

A while back you switched all the imports to relative, so the from .parametric.gen import update_log you proposed is consistent with the existing formatting.