# picker
**Repository Path**: RiggerLiuqi/picker
## Basic Information
- **Project Name**: picker
- **Description**: git 上找的一个,还没试,学会浇我
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-29
- **Last Updated**: 2022-04-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Picker
Yet another flexible picker for animators in Maya.

Youtube: https://www.youtube.com/watch?v=TJN8QXDixv8
## Features
* Highly customizable.
Animators can add new controls, import pickers and combine them.
* Image backgrounds.
* Multiple selections.
* Double click selection groups.
* Custom python scripts.
* Selection and visibility are fully synchronized with Maya.
This works for widgets that have a single control.
* Undo support.
* Multiple pickers.
* Scalable and pannable.
## How to run
Add *picker* folder to your script path and run as
```python
import picker
picker.pickerWindow.show()
```
## Custom shapes
All shapes are kept in *shapes.json* as SVG-path items. So you can use any SVG-path editor to draw what you need and insert it here in *shape.json*.
Currently picker doesn't support A/a command for paths.