Reputation: 11
I am trying to create a 3d model of a human body using python. My code should generate around 100 different human models. I want my script needs to: (from most important to least)
I thought about using Blender with Mb-lab add-on. It seemed realistic enough, simple to use, and most importantly - free. The problem I'm having is: as I said, MB-lab is not exactly a python library but a Blender addon, which requires certain configuration for Blender before using. As much as I searched online and tried - I don't know how to use a Blender addon in an outside python script (aka can be executed without opening the blender application) or if it is even possible.
What better solutions are there? Is my solution applicable?
Upvotes: 0
Views: 1595