Releases: agmmnn/polydown
Releases · agmmnn/polydown
Release v0.4.1
polydown v0.4.1
📦 Install via PyPI:
pip install polydown==0.4.1or uv
uv tool install polydown@0.4.1polydown v0.4.1
✨ New Features
-
Model file format selection — new
-mf/--model-formatflag lets you choose which model formats to download. Supportsblend,fbx,gltf,usd,usdc,usdz, and accepts multiple values. Default:blend(backward-compatible). #7polydown models -s 2k -mf blend fbx polydown models -s 2k -mf blend fbx gltf usd
🧹 Internal
- Version is now sourced from package metadata via
importlib.metadata— single source of truth inpyproject.toml - Removed duplicate method definitions in
controller.py(dead code from overridden methods)
Release v0.4.0
polydown v0.4.0
Install via PyPI:
pip install polydown==0.4.0
or
uv tool install polydownWhat's Changed
- Refactor system design to use async I/O and improved architecture by @google-labs-jules[bot] in #6
New Contributors
- @google-labs-jules[bot] made their first contribution in #6
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
add --tone argument for "8K Tonemapped JPG"
- add
-t,--toneargument for "8K Tonemapped JPG" #1