419 B
419 B
Penpot Icon Generator
Helps the update of Blender Icon components in Penpot.
Running
python3.11 -m icon-generate <path_to_blender_source_code>
Development
Create and activate a virtual environment using your favourite method, e.g.
python3.11 -v venv .venv
source .venv/bin/activate
Install required packages:
pip install -r requirements_dev.txt
Pre-commit hooks
pre-commit install