Metadata-Version: 2.4
Name: viser2blender
Version: 0.2.1
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

Convert a strict supported subset of `.viser` recordings into `.blend` files.

Requirements:
- Python 3.13
- `bpy>=5.1.0`

Usage:

```bash
uvx --python 3.13 viser2blender input.viser output.blend --overwrite
```

Optional flags:
- `--validate-only`
- `--emit-manifest manifest.json`
