friggog / tree-gen

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

Print seed being used to console #31

Closed samipfjo closed 5 years ago

samipfjo commented 5 years ago

This will allow for easy reuse of randomly generated trees if the user finds one they like

friggog commented 5 years ago

Good idea - could maybe even show this in the UI somehow next to the seed selection? Like a label saying "last seed used: X" when using random seeds, not sure this is possible with the blender UI?

samipfjo commented 5 years ago

It would just be storing a variable to the scene like the rest of the rest of the UI, so it's entirely possible to take the approach.