Skip to content

leixingyu/pokerSpring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

poker-title

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:

    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.

initialize

Initialize deck starting look, adjust card spring parameter using slider


shuffle

Re-position guide curves and shuffle deck

Roadmap

  • code initial refactor
  • more code refactor: isolate the rig to work without example file
  • feature developments