Skip to content

Commit fae04e6

Browse files
committed
update readmes to remove individual installation instructions
1 parent 6098c60 commit fae04e6

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# Maya Workflow Tools
22

3+
A collection of workflow related tools for Maya.
4+
35
## Installation
46

5-
- Download the latest [release](https://github.com/bohdon/maya-workflowtools/releases/latest)
7+
- Download the [latest release](https://github.com/bohdon/maya-workflowtools/releases/latest)
68
- Unzip and copy the contents to:
79
- Windows: `~/Documents/maya/modules/`
810
- Mac: `~/Library/Preferences/Autodesk/maya/modules/`
911
- Linux: `~/maya/modules/`
10-
- The result should look like this:
12+
- You may have to create the `modules` folder if it does not exist
13+
- Once installed, the result should look like this:
1114
- `.../modules/workflowtools/...`
1215
- `.../modules/workflowtools.mod`
1316

14-
## Usage
17+
## Setup & Usage
1518

16-
- View the READMEs for each tool for info on usage.
19+
- View the READMEs for each tool for more info, setup, and usage.
1720
- [Quick Menus](/src/workflowtools/scripts/quickmenus/README.md)
1821
- [Resetter](/src/workflowtools/scripts/resetter/README.md)
1922
- [RMB Menu Hook](/src/workflowtools/scripts/rmbmenuhook/README.md)

src/workflowtools/scripts/quickmenus/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ Q-menus are a set of selection and display related marking menus. Menus include
2828
- Hold `alt+q` and use `middle-mouse-button` to summon a [resetter](https://github.com/bohdon/maya-resetter) menu for quickly resetting object transforms, etc
2929

3030

31-
## Installation
32-
33-
Download the [latest release](https://github.com/bohdon/maya-quickmenus/releases/latest) and unzip the contents into your `maya/modules` folder. You may have to create the folder if it doesn't already exist.
34-
- Windows: `C:/Users/<user>/Documents/maya/modules`
35-
- Mac: `/Users/<user>/Library/Preferences/Autodesk/maya/modules`
31+
## Setup
3632

3733
Then add the following to your `userSetup.py` file. You may have to create the file as a new text document if it doesn't already exist.
3834
- Windows: `C:/Users/<user>/Documents/maya/scripts/userSetup.py`
@@ -58,12 +54,6 @@ quickmenus.qmenus.registerHotkeys()
5854
quickmenus.fmenus.registerHotkeys()
5955
```
6056

61-
NOTE: in Maya 2017, some issues still exist with custom Hotkey sets, and you may have to run this each session
62-
63-
The quickmenus release also includes releases for these packages
64-
- [maya-pymetanode](https://github.com/bohdon/maya-pymetanode)
65-
- [maya-rmbmenuhook](https://github.com/bohdon/maya-rmbmenuhook)
66-
6757

6858
## Version 1.0.0 (2017-12-19)
6959
- Initial release

src/workflowtools/scripts/resetter/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ A simple util for quickly resetting transform or other node attributes to their
55
Resetter is most useful in animation workflows, where you often want to reset a control to its default state without having to type in 0s and 1s in the channel box. Any transform node can be reset to its "zeroed-out" state without any setup, and special attributes (such as IKFK blend attributes) can have their default values stored on the node so that they are also restored when resetting a node to its default state.
66

77

8-
## Installation
9-
10-
Download the [latest release](https://github.com/bohdon/maya-resetter/releases/latest) and unzip the contents into your `~/Documents/maya/modules` folder.
8+
## Setup
119

1210
Run the following to launch the Resetter GUI:
1311

src/workflowtools/scripts/rmbmenuhook/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ class IKFKSwitchMenu(rmbmenuhook.Menu):
3232
rmbmenuhook.registerMenu('IKFKSwitchMenu', IKFKSwitchMenu, 1)
3333
```
3434

35-
## Installation
36-
37-
Download the [latest release](https://github.com/bohdon/maya-rmbmenuhook/releases/latest) and unzip the contents into your `~/Documents/maya/modules` folder.
35+
## Setup
3836

3937
Add the following to `userSetup.py`:
4038

0 commit comments

Comments
 (0)