Spaces:
Runtime error
Runtime error
Create 3D Icon
This is a small cli tool to generate 3D icons using Blender.
I use this side project to learn Blender with Python.
Examples
python create-3d-icon.py examples/LogosGithubIcon.svg
python create-3d-icon.py --light-x 1 --light-strength 2 examples/LogosBlender.svg
python create-3d-icon.py --r 0 --g 0.1 --b 0.3 --rx 5 --rz 5 --light-x 1 --light-z -1 --light-strength 100 --thickness 2 --distance 0.6 examples/LogosGithub.svg
Icons are from SVG Logos (CC0)
Install
I use poetry to manage dependencies.
poetry env use 3.10
poetry install
You may need to install Blender and add it to your path.