Skip to content

Releases: agmmnn/polydown

Release v0.4.1

21 Apr 12:18

Choose a tag to compare

polydown v0.4.1

📦 Install via PyPI:

pip install polydown==0.4.1

or uv

uv tool install polydown@0.4.1

polydown v0.4.1

✨ New Features

  • Model file format selection — new -mf / --model-format flag lets you choose which model formats to download. Supports blend, fbx, gltf, usd, usdc, usdz, and accepts multiple values. Default: blend (backward-compatible). #7

    polydown models -s 2k -mf blend fbx
    polydown models -s 2k -mf blend fbx gltf usd
image

🧹 Internal

  • Version is now sourced from package metadata via importlib.metadata — single source of truth in pyproject.toml
  • Removed duplicate method definitions in controller.py (dead code from overridden methods)

Release v0.4.0

29 Jan 15:47

Choose a tag to compare

polydown v0.4.0

Install via PyPI:

pip install polydown==0.4.0

or

uv tool install polydown

What's Changed

  • Refactor system design to use async I/O and improved architecture by @google-labs-jules[bot] in #6

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

17 May 19:35

Choose a tag to compare

  • add -ff, --fileformat argument for hdris (hdr, exr) #2

v0.3.1

17 May 19:03

Choose a tag to compare

fix #3 (missing arguments added)

add --tone argument for "8K Tonemapped JPG"

11 May 14:38

Choose a tag to compare

  • add -t, --tone argument for "8K Tonemapped JPG" #1

v0.2.2

26 Sep 14:11

Choose a tag to compare

  • Fixed, directory separator symbol \ was causing wrong folder creation on unix/linux based systems. Changed to / and used os.path.abspath() method.

v0.2.1

26 Sep 12:35

Choose a tag to compare

  • Fixed user gives multiple sizes but texture files download only one size(1k).

v0.2

26 Sep 11:45

Choose a tag to compare

  • Theme updated.
  • Added theme module.
  • Added -it --iters, "amount of iterations" argument.
  • Added report of overwritten files.
  • Updated function arguments, orders rearranged, default values assigned.

v0.1

24 Sep 21:30

Choose a tag to compare

Initial commit