Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sheldonlei/autoRigger-Human
Browse files Browse the repository at this point in the history
  • Loading branch information
leixingyu committed May 13, 2022
2 parents ac885ae + 611effc commit 88e9331
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ in general rigging process.
`pip install enum34`

### Launch
1. Unzip the **auto-rigger** package under
1. Unzip the [autoRigger.zip package](https://github.com/leixingyu/autoRigger/releases/tag/v2.0.0) under
`%USERPROFILE%/Documents/maya/[current maya version]/scripts/`
or a custom directory under `PYTHONPATH` env variable.

2. Rename the package to something like `autoRigger`

3. Run through script editor:
2. Run through script editor:
```python
from autoRigger import autoRigger
autoRigger.show()
Expand Down

1 comment on commit 88e9331

@TurkicKhan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enum34 how can i load ?

Please sign in to comment.