friggog / tree-gen

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

Ability to use custom leaf object #51

Open friggog opened 3 years ago

friggog commented 3 years ago

Also from #48

Currently we get the shape here: https://github.com/friggog/tree-gen/blob/0b0bc62a5af67fe6d8c86ab3a8a1bda3714407d0/parametric/gen.py#L293-L298 We should be able to alter the UI to let the user select a mesh object from the scene then get the mesh vertices to use as the base shape instead of getting the mesh from the cached list as currently happens.