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`
@@ -67,4 +68,4 @@ When you are ready selected the nodes you wish to add into this warp. You will s
The bake warp option provides a simple and convent way to convert the adjusted animation back to world time. This tool will bake the effected nodes on one's within the current frame range. Post bake the tool with then delete the warp from existence. If you would like to bake out only a select number of nodes effected by the warp you will need to selected them and bake it out using Maya'ss Bake Simulation option.
71
+
The bake warp option provides a simple and convent way to convert the adjusted animation back to world time. This tool will bake the effected nodes on one's within the current frame range. Post bake the tool with then delete the warp from existence. If you would like to bake out only a select number of nodes effected by the warp you will need to selected them and bake it out using Maya'ss Bake Simulation option.
0 commit comments