merrell42 / model-synthesis

Model synthesis is a technique for generating 2D and 3D shapes from examples.
https://paulmerrell.org/model-synthesis/
Other
160 stars 18 forks source link

Updated Python Script for Blender 3.0 and Python 3.0 #1

Closed daklinus closed 2 years ago

daklinus commented 2 years ago

The old python script for loading data into Blender only supported Blender 2.49 since the python script was written using Python 2. This new script has been updated for Python 3 and the new Blender API.

merrell42 commented 2 years ago

Thank you!