You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Copy the folder "timeWarp" into your maya/scripts/ preferences directory. So your resulting path will be like:
15
+
1. Copy the folder "src/python/timeWarp" into your maya/scripts/ preferences directory. So your resulting path will be like:
16
16
17
17
**Windows**
18
18
`C:/Users/<user>/Documents/maya/scripts/timeWarp`
@@ -49,10 +49,11 @@ Time Warp is created to be as simple as possible for all animators to use, allow
49
49
50
50
### UI
51
51
To launch the UI there are two options, from the menu or from a shelf button. If you choses to add a shelf button when using the Drag and Drop install method you will be presented with a new button on your Custom shelf.
If not or you do a manual install the UI can be launch from the ATK menu bar at the top of your maya session. From here you do have the ability to add a shelf button at any time. For those who would like todo it yourself run the command:
54
55
```python
55
-
from timeWarp.scriptsimport widget
56
+
from timeWarp.apiimport widget
56
57
widget.launch()
57
58
```
58
59
and the shelf icon can be found: `\timeWarp\icons\TimeWarpShelf.svg`
0 commit comments