Metadata-Version: 2.4
Name: viser2blender
Version: 0.2.0
Summary: Convert strict .viser recordings into .blend files.
License-Expression: Apache-2.0
Requires-Python: <3.14,>=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bpy>=5.1.0
Requires-Dist: msgspec<1.0.0,>=0.18.6
Requires-Dist: numpy<2,>=1
Requires-Dist: zstandard<1.0.0,>=0.20.0
Dynamic: license-file

# viser2blender

`viser2blender` converts a strict supported subset of `.viser` recordings into
`.blend` files through `bpy`.

It is packaged separately from `viser4d` because it requires `numpy<2` and
`bpy>=5.1.0`.

Quick manual check:

```bash
cd ../viser2blender
uv run --python 3.13 viser2blender \
  tests/assets/blender_showcase.viser \
  /tmp/blender-showcase.blend \
  --overwrite
```
