Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leixingyu/pokerspring
poker rig for Maya
https://github.com/leixingyu/pokerspring
maya-python rigging
Last synced: 21 days ago
JSON representation
poker rig for Maya
- Host: GitHub
- URL: https://github.com/leixingyu/pokerspring
- Owner: leixingyu
- Created: 2019-09-26T21:59:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T15:32:50.000Z (about 3 years ago)
- Last Synced: 2023-03-09T23:47:03.939Z (almost 2 years ago)
- Topics: maya-python, rigging
- Language: Mathematica
- Homepage:
- Size: 5.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Poker Spring (Poker Rig for Card Spring)
A control rig that is made for manipulating a deck of poker to create spring
effect, ready for animation use.
Full Demo
## About The Project
## Getting Started
1. Unzip the **poker-spring** package under
`%USERPROFILE%/Documents/maya/[current maya version]/scripts/`
or a custom directory under `PYTHONPATH` env variable.2. Rename the package to something like `pokerSpring`
3. Launch through script editor:
```python
from pokerSpring import pokerUI
pokerUI.show()
```## Usage
The current version of the tool requires a maya file already being setup, it contains the
necessary control curves to guide the cards, which can be found in
the [example folder](https://github.com/leixingyu/poker-spring/tree/master/example).
Initialize deck starting look, adjust card spring parameter using slider
Re-position guide curves and shuffle deck
## Roadmap
- [x] code initial refactor
- [ ] more code refactor: isolate the rig to work without example file
- [ ] feature developments