friggog / tree-gen

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

Remove primary execution thread in Blender 2.8 #36

Closed samipfjo closed 5 years ago

samipfjo commented 5 years ago

Until thread-safety is officially supported by Blender (or we find another hacky work-around), this is the only way to get the addon working reliably (eg, no memory access violation crashes). This unfortunately means that the Blender GUI will freeze while generation is in progress, and updates on progress will need to be observed via the console :(

samipfjo commented 5 years ago

35