Metadata-Version: 2.4
Name: usagi-picker
Version: 0.1.0
Summary: Animation picker for Autodesk Maya
License: MIT
Project-URL: Homepage, https://github.com/zool-rig/usagi-picker
Project-URL: Repository, https://github.com/zool-rig/usagi-picker
Project-URL: Documentation, https://github.com/zool-rig/usagi-picker/tree/main/python/bozon-ui
Project-URL: Issues, https://github.com/zool-rig/usagi-picker/issues
Keywords: animation,maya,picker,rig,usagi,anim
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Usagi Picker 🐇

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.7%2B-blue.svg)](https://www.python.org)
[![Maya](https://img.shields.io/badge/Maya-2022%2B-green.svg)](https://www.autodesk.com/products/maya/overview)
[![PyPI version](https://badge.fury.io/py/usagi-picker.svg)](https://badge.fury.io/py/usagi-picker)

---

## Table of Contents

- [Installation](#installation)
- [Features](#features)
- [Usage](#usage)
- [Project Status](#project-status)
- [Contributing](#contributing)
- [License](#license)

---

Usagi is a modern open source animation picker for Autodesk Maya.

![picker image](/doc/images/picker.png)

## Installation

Clone this repository and drop the `drag_n_drop_install.py` file in the maya's viewport.

Or install it with pip

```bash
mayapy -m pip install usagi-picker
```

## Features

* Create a picker for any rigs using maya objects as templates.

![edit scene image](/doc/images/edit_scene.png)

* Navigate in the picker like in a 2D scene.

## Usage

## Project Status

## Contributing

## License
