friggog / tree-gen

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

Fix for Blender 2.82+ #39

Closed samipfjo closed 4 years ago

samipfjo commented 4 years ago

curve.use_uv_as_generated appears to have been removed in Blender 2.82+.

This patch checks if it the attribute exists, and skips the assignment if it doesn't. Generation appears to work fine without it.