friggog / tree-gen

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

Seed defaults to 1 rather than 0 #28

Closed samipfjo closed 5 years ago

samipfjo commented 5 years ago

Was this an intended change? It means random generation doesn't happen by default.

https://github.com/friggog/tree-gen/blob/master/ch_trees/gui.py#L61

friggog commented 5 years ago

I think it was intentional when I was testing something and wanted consistent behaviour. Not sure which is better as an actual default, probably random as you suggest?

samipfjo commented 5 years ago

I mean, the big selling point is that it randomly generates trees of many kinds, not that it generates one tree of each kind :)