# Python dependencies for tools/ (sketchfab_import.py, pipeline.py). # # Currently empty: these scripts only use the standard library # (urllib, json, zipfile, argparse, subprocess). No third-party # packages to install — this file exists so `pip install -r # requirements.txt` works out of the box in a fresh venv. # # NOT covered here: tools/autorig.py and tools/merge_animations.py run # inside Blender's own bundled Python via `blender --background # --python ...`, not this venv. Their `bpy` / `mathutils` imports come # from Blender itself and cannot be pip-installed.