Project to try to help re-creating icons in Penpot.
Go to file
2024-09-07 14:26:11 +02:00
icon-generate Simplify logic and add a group to add the background inside 2024-09-07 14:26:11 +02:00
.gitignore .gitignore: generated.svg 2024-09-03 16:35:13 +02:00
.pre-commit-config.yaml pre-commit hooks + README updates 2024-09-03 10:27:57 +02:00
README.md pre-commit hooks + README updates 2024-09-03 10:27:57 +02:00
requirements_dev.txt pre-commit hooks + README updates 2024-09-03 10:27:57 +02:00
setup.cfg Copying setup.cfg from extensions 2024-09-03 11:56:30 +02:00

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