We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3da67 commit 611effcCopy full SHA for 611effc
README.md
@@ -35,13 +35,11 @@ in general rigging process.
35
`pip install enum34`
36
37
### Launch
38
-1. Unzip the **auto-rigger** package under
+1. Unzip the [autoRigger.zip package](https://github.com/leixingyu/autoRigger/releases/tag/v2.0.0) under
39
`%USERPROFILE%/Documents/maya/[current maya version]/scripts/`
40
or a custom directory under `PYTHONPATH` env variable.
41
42
-2. Rename the package to something like `autoRigger`
43
-
44
-3. Run through script editor:
+2. Run through script editor:
45
```python
46
from autoRigger import autoRigger
47
autoRigger.show()
0 commit comments