Skip to content

Commit 3eee90c

Browse files
authored
Update README.md
Macro defines in the text called for -8500 rather than -8050. Made the change so documentation matches the script.
1 parent f660668 commit 3eee90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ nPose V3 and above.
66
## Usage
77
Add the following line to the top of your `.init` NC (if you don't have an `.init` NC then create one):
88
```
9-
PLUGINCOMMAND|PRIMEDIT|-8500
9+
PLUGINCOMMAND|PRIMEDIT|-8050
1010
```
1111
If you want to use the Prim Params Editor plugin for props add the following lines (instead of the above);
1212
```
13-
PLUGINCOMMAND|PRIMEDIT|-8500|1
13+
PLUGINCOMMAND|PRIMEDIT|-8050|1
1414
```
1515
The plugin contains 2 scripts `nPose Prim Params Editor plugin, main` (we will call it the `main`script) and `nPose Prim Params Editor plugin, storage` (we will call it the `storage`script).
1616
### `main` Script

0 commit comments

Comments
 (0)