Some examples are present in the repository, to try it, run :
python examples/<example_name>.pyTo install the addon, run :
git clone https://github.com/MechanicalFlower/bpy_wrapper.git
cd bpy_wrapper
pip install poetry
poetry install --only=build
poetry run bpy-addon-buildAnd you can now run :
blender <project_name>.blend --python examples/<example_name>.pyUse this to create 360 pictures of your model.
Supported extensions: .3ds, .fbx, .ply, .obj, .stl, .glb.
turntable --model ./t_pose.glb --output render/t_pose/ --test-modeblender empty.blend --python examples/turntable.py -- --model ./t_pose.glb --output render/t_pose/ --test-modeOutput folder will be created if it does not exist.