azagoruyko / picker

Flexible picker for animators in Maya
Apache License 2.0
27 stars 9 forks source link

Picker

Yet another flexible picker for animators in Maya.

image

Youtube: https://www.youtube.com/watch?v=TJN8QXDixv8 (out of date)

Features

How to run

Add picker folder to your script path and run as

import picker
picker.restoreFromMayaNode() # restore pickers from current scene or create a new one

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.

Animschool picker converter

Use animschool_converter.py script for this purpose. Run the following.

import picker.animschool_converter
picker.animschool_converter.convertFromPkrFile("D:/somepicker.pkr")