-
Notifications
You must be signed in to change notification settings - Fork 2
Setting Global Options
There are some options to set up how nPose will react in certain situations. These Options are mostly global settings and once they are set will rarely need to be changed for a specific nPose build. The list of nPose options are here below:
| Option | Setting | Default | Description |
|---|---|---|---|
| 2default | bool: 0/1 | 0 | Change to default pose when all sitters stand or menu times out |
| menuonsit | bool: 0/1 | 0 | Menu pops up automatically for each sitter when they first sit |
| facialExp | bool: 0/1 | 1 | Global on/off of facials for all sitters |
| menudist | float: meters | 30.0 | Maximum distance from the nPose build click for menu is allowed |
| useDisplayNames | bool: 0/1 | 1 | Turn this on to see sitter's display name in ChangeSeats menu. |
| adjustRefRoot | bool: 0/1 | 0 | Turn this on to reference adjusts to the root prim rather than the prim the slave script is in. |
| quietAdjusters | bool: 0/1 | 0 | Turn this on to quiet new position reporting by the adjusters, and also adjuster reporting when clicked. PosDump will still report all positions/rotations. |
| enableEvents | integer: Mask | 0 | See script nPose Event Handler
|
Syntax for Options:
OPTION|option=value[|option=value]
The system will accept several single entry lines or a delimited list of entries all in one line.
When 2default is set to 1 nPose will work differently in two ways:
- When all sitters stand, nPose will return to and automatically select the default pose set (as defined in the .init NC). This returns nPose to a known first state and ready for a new session of sitters.
- When used as a rezzer for props with no sitters, nPose will return to the default pose set (as defined in the .init NC) after 60 seconds of no menu activity. If no props are rezzed from the default pose set, nPose basically cleans house and removes all rezzed props.
When menuonsit is set to 1 nPose will work differently as follows:
- Each new sitter will be presented the nPose menu when they first sit.
When facialExp is set to 1 nPose will work differently as follows:
- All sitters for all pose sets with facial expressions set up will be enabled.
This option sets the maximum distance an Avatar can be away from the nPose build and still receive the menu when clicked.
- This distance is the magnitude of the vector difference between the build position and the Avatar position.
- This distance is only calculated when the build is clicked for menu and has no effect if the menu is already active.
-
Getting started
-
Reference
-
Changelogs
-
Internals