Difference between revisions of "User:Rev Eponym/nPose"

From Second Life Wiki
Jump to navigation Jump to search
m (→‎Admin menu: owner-only buttons: add additional information & links)
 
(9 intermediate revisions by one other user not shown)
Line 23: Line 23:


#Rez the object you're going to set up with nPose. <br/>Ideally, the object's root prim should be empty.
#Rez the object you're going to set up with nPose. <br/>Ideally, the object's root prim should be empty.
#Copy the animation files you want to use into the object
#Create and copy in [[#Configuration_notecards|notecards]] that define poses for the animations (see that section below)
#Copy the nPose core scripts into the object: Core, Menu, Dialog, Slave
#Copy the nPose core scripts into the object: Core, Menu, Dialog, Slave
#Copy the nPose Adjuster Prim into the object
#Copy the nPose Adjuster Prim into the object
#Copy the animation files you want to use into the object
#Create and copy in [[#Configuration_notecards|notecards that define poses for the animations]] (see that section below)
#Reset scripts in the object
#Reset scripts in the object
#Set up positions:
#Set up positions:
Line 64: Line 64:


Using the basic prim '''Edit''' tools, the Adjuster can be manipulated and the seated avatar will move in response. The Adjuster will call out its position in local chat each time it is moved, and this information can be copied and pasted into the configuration notecard.
Using the basic prim '''Edit''' tools, the Adjuster can be manipulated and the seated avatar will move in response. The Adjuster will call out its position in local chat each time it is moved, and this information can be copied and pasted into the configuration notecard.


==Notecards in nPose==
==Notecards in nPose==
Line 123: Line 124:
;SEQ
;SEQ
:Used to setup sequences of pose sets.  It communicates to the modified Rygel sequencer script. Details are provided later.
:Used to setup sequences of pose sets.  It communicates to the modified Rygel sequencer script. Details are provided later.


===Notecard commands===
===Notecard commands===
Line 132: Line 134:
|-{{Hl2}}  
|-{{Hl2}}  
!width="100"|Command
!width="100"|Command
!width="300"|Function
!width="350"|Function
!width="500"|Data format
!width="400"|Data format
|-  
|-  
| ANIM
| ANIM
| Animation name, position and rotation
| Animation name, position and rotation
| style="font-size:125%;" | <tt>ANIM|animation-name|<vector (x,y,z) position>|<vector (x,y,z) rotation></tt>
| style="font-size:125%;" | <tt>ANIM|animation-name|<xyz position>|<xyz rotation></tt>
|-
|-
| LINKMSG
| LINKMSG
| Message to other scripts
| Message to other scripts
| style="font-size:125%;" | <tt>LINKMSG|msg-number|user-string|some-key</tt>
| style="font-size:125%;" | <tt>LINKMSG|number|string|key</tt>
|-
|-
| SATMSG
| SATMSG
| Activated when an avatar sits
| Script message activated when an avatar sits
| style="font-size:125%;" | <tt>(need code sample)</tt>
| style="font-size:125%;" | <tt>SATMSG|number|string|key</tt>
|-  
|-  
| NOSATMSG
| NOSATMSG
| Activated when an avatar stands (unsits)
| Script message activated when an avatar stands (unsits)
| style="font-size:125%;" | <tt>(need code sample)</tt>
| style="font-size:125%;" | <tt>NOSATMSG|number|string|key</tt>
|-
|-
| PROP
| PROP
| Rezzes a prop in the position specified
| Rezzes a prop in the position specified
| style="font-size:125%;" | <tt>(need code sample)</tt>
| style="font-size:125%;" | <tt>PROP|prop-name|<xyz position>|<xyz rotation></tt>
|-
|-


|}
|}
;ANIM
:Provides information for activating and positioning an avatar animation.
;LINKMSG
:Provides information to be sent to other scripts in the nPose object, activated when the menu button for this pose is selected. This can activate other script functions and activate plug-in scripts. In LINKMSG lines, you may include the substitute %AVKEY% string, which will be replaced with the avatar key of the person who clicked the button (if applicable). This way, link-message-driven plugins can respond to individual users.
;SATMSG
:Same as LINKMSG, but activated specifically when an avatar sits.
;NOTSATMSG
:Same as LINKMSG, but activated specifically when an avatar moves or stands.
;PROP
:Provides information for positioning and activating rezzable props.


===Submenus===
===Submenus===
Line 162: Line 179:


For example, a series of one-, two-, and three-avatar poses for sitting around could be grouped under the submenu 'Lounging', and the notecards for each would be named as follows:
For example, a series of one-, two-, and three-avatar poses for sitting around could be grouped under the submenu 'Lounging', and the notecards for each would be named as follows:
: <pre>SET:Lounging:Solo</pre>
<pre>SET:Lounging:Solo
: <pre>SET:Lounging:Conversation</pre>
SET:Lounging:Conversation
: <pre>SET:Lounging:Tea Party</pre>
SET:Lounging:Tea Party</pre>


The result would be a button in the main nPose menu called 'Lounging', and three buttons on the submenu named 'Solo' 'Conversation' and 'Tea Party'.
The result would be a button in the main nPose menu called 'Lounging', and three buttons on the submenu named 'Solo' 'Conversation' and 'Tea Party'.
Line 210: Line 227:


:;Permit
:;Permit
::Brings up a submenu for restricting permissions for who can use the nPose object. The current setting will be displayed at the top of the Permit menu. The buttons on this submenu are:
::Brings up a submenu for restricting permissions for who can use the nPose object. The current setting will be displayed at the top of the Permit menu. The buttons on this submenu are:


Line 221: Line 239:
:::Permissions set so that anyone with their active group set to the same as the nPose object is allowed to use the nPose menus.
:::Permissions set so that anyone with their active group set to the same as the nPose object is allowed to use the nPose menus.


=Additional Information=
If you need more information, I made an expanded tutorial: [http://blog.nalates.net/2014/10/04/npose-sit-poseanimation-tool-tutorial/ nPose Sit Pose/Animation Tool - Tutorial] 10/2014


 
You can find the nPose scripts in several places. [http://maps.secondlife.com/secondlife/Builders%20Brewery/204/134/24 Builder's Brewery] is a reliable source. This URL will open the SL maps page with a link that should place you near the nPose vendor.
 
 
 
 
==User-defined menus==
 
Group the notecard names.
 
 
 
===not used yet===
 
 
where msg-number is some number set by convention (see the LINKMSG messages notecard) and the remaining (optional) fields are defined by the message number.
 
 
 
 
The most common thing to put in BTN notecard is LINKMSG lines. These have the general format (again without leading spaces):
 
<code>LINKMSG|msg-number|user-string|some-key</code>
 
 
<code>ANIM|meditation|<-0.3,0,0.8>|<0,0,0></code>
 
where ANIM says that this line describes an animation, and "mediation" is the name of the animation (which must be included in the nPose object), and the rest is a position offset and rotation. There is one ANIM  line for each avatar who can sit on the nPose object. You can put <0,0,0> for both position and rotation, and use the nPose adjustment tool to find the proper values. We'll describe how later. You can also include LINKMSG and other types of lines in the SET notecards, and those will be described later also.
 
 
<lsl>
default
{
    state_entry()
    {
        llSay(0, "Hello, Avatar!");
    }
    touch_start(integer total_number)
    {
        llSay(0, "Touched.");
    }
}
</lsl>

Latest revision as of 09:10, 4 October 2014

nPose documentation

KBwarning.png Warning: If you're reading this, it is unofficial. Testing and composition only!

nPose is a system for coordinating animations between several avatars seated on the same object (linkset), such as a couch or bed, as well as rezzable, coordinated props. Unlike previous systems, nPose does not use poseballs to accomplish this.



nPose Quick Start

Are you familiar with Second Life building methods, prim inventories, and such? Have you set up a posing system using another type such as MLP or XPose? Here's the most basic process:

  1. Rez the object you're going to set up with nPose.
    Ideally, the object's root prim should be empty.
  2. Copy the animation files you want to use into the object
  3. Create and copy in notecards that define poses for the animations (see that section below)
  4. Copy the nPose core scripts into the object: Core, Menu, Dialog, Slave
  5. Copy the nPose Adjuster Prim into the object
  6. Reset scripts in the object
  7. Set up positions:
    1. Sit on the nPose object to access the menu
    2. Click the Admin button
    3. Choose Adjust from the submenu
    4. The Adjuster object will appear
    5. Edit the Adjuster and position it where you want your avatar to be sitting, relative to the object
    6. The Adjuster will say its position in local chat each time it moves
    7. Copy the appropriate line of text from the chat window
    8. Edit the notecard for the animation pose, and replace the existing text with the Adjuster's location info
    9. Save the position notecard
    10. Click Stop Adjust from the Admin menu
    11. Repeat this process for each animation pose
  8. This will enable animations on an object that will seat one avatar only. Read on for deeper detail.

Configuration notecards

Animations for seated avatars are activated by buttons in the nPose menu. To create those buttons, nPose needs a notecard for every pose (an animation or group of animations) that contains the animation name, and position/rotation information for each avatar pose.

A very basic nPose notecard might be named 'SET:Meditate', and its contents would like this:

ANIM|meditation|<0.0, 0.0, 0.0>|<0.0, 0.0, 0.0>

nPose needs the notecard to be present, even without correct position information, otherwise the pose will not appear on the menus. The notation here is very important:

  1. Each line begins with a command in all caps
  2. A vertical pipe ('|' - shift-backslash) acts as a separator between all elements
  3. The animation name must be exactly the same as the file in the object
    (to copy the name, use rightclick-Rename in the Contents box to select, then Ctrl-C and Return)
  4. The position must be a Euler (XYZ) vector, separated by commas and enclosed in carets ('<>')
  5. The rotation must also be a Euler vector, like that seen in the SL Edit controls
  6. There can be other parameters after this, but these are the minimum necessary

With the very basic information above in a notecard named 'SET:Meditate', the user of a sitting avatar will see 'Meditate' on the nPose menu, and when that button is selected, the avatar will be posed in the animation at the center coordinates of the object. Obviously, the position information needs to be something other than zero, and relative to the object. That's where the Adjuster comes in.


Using the Adjuster

The Adjuster is nPose's built-in 'smart prim' tool, used to determine the relative position and rotation of an animation. It's a rezzable object which looks like a three-dimensional axis, similar to that seen in SL's building tools.

Using the basic prim Edit tools, the Adjuster can be manipulated and the seated avatar will move in response. The Adjuster will call out its position in local chat each time it is moved, and this information can be copied and pasted into the configuration notecard.


Notecards in nPose

Notecards provide the link between the nPose scripts and the animation files, as well as enabling a variety of other custom functions.


Notecard types

nPose uses different types of notecards to define its customized menu functions. Each of these notecards has its type spelled out in capitals at the beginning of its name, like so: style="text-size:75%;" style="background:#E8F1F8;"


Notecard Type Function ... Example name
DEFAULT Animations .. DEFAULT:Sitting
SET Animations, grouping categories of poses .. SET:Lounging
BTN Script messaging .. BTN:Colors
SEQ Sequences of Sets .. SEQ:Line Dance
KBcaution.png Important: The type name must be in all caps, with no spaces, with a colon(':') before the rest of the name. Without this, the scripts won't be able to find the notecards, and the item will not appear in the menu.


DEFAULT
Used as the default pose set when nPose is initialized, and there can be only one with this type. Otherwise, it's the same as SET below. If no DEFAULT notecard is included in the contents of the nPose object, nPose will use the first SET notecard in the contents (alphabetically) as the DEFAULT.
SET
Used to define a group of animations which will appear in the nPose menu with the name after the colon in the notecard name. The notecard contains one line for each sitter, listing animation name and position. There can also be other lines, for functions that will be triggered along with the animation set. The Notecard commands section defines the different function types available.
The SET notecard type can also be used to define submenus of animations, using the notecard name. See #Submenus below for details
BTN
Used for internal functions, or to send messages to other scripts within the linkset or to rezzed props.
SEQ
Used to setup sequences of pose sets. It communicates to the modified Rygel sequencer script. Details are provided later.


Notecard commands

Each line of a notecard begins with a command in all caps, similar to notecard type names. Supported commands are as follows:


Command Function Data format
ANIM Animation name, position and rotation ANIM|animation-name|<xyz position>|<xyz rotation>
LINKMSG Message to other scripts LINKMSG|number|string|key
SATMSG Script message activated when an avatar sits SATMSG|number|string|key
NOSATMSG Script message activated when an avatar stands (unsits) NOSATMSG|number|string|key
PROP Rezzes a prop in the position specified PROP|prop-name|<xyz position>|<xyz rotation>
ANIM
Provides information for activating and positioning an avatar animation.
LINKMSG
Provides information to be sent to other scripts in the nPose object, activated when the menu button for this pose is selected. This can activate other script functions and activate plug-in scripts. In LINKMSG lines, you may include the substitute %AVKEY% string, which will be replaced with the avatar key of the person who clicked the button (if applicable). This way, link-message-driven plugins can respond to individual users.
SATMSG
Same as LINKMSG, but activated specifically when an avatar sits.
NOTSATMSG
Same as LINKMSG, but activated specifically when an avatar moves or stands.
PROP
Provides information for positioning and activating rezzable props.

Submenus

Submenus can be created simply by using identical keywords in the names of SET notecards. The submenu name must appear after 'SET:' in the notecard name, and before the button name, with a colon (:) in between.

For example, a series of one-, two-, and three-avatar poses for sitting around could be grouped under the submenu 'Lounging', and the notecards for each would be named as follows:

SET:Lounging:Solo
SET:Lounging:Conversation
SET:Lounging:Tea Party

The result would be a button in the main nPose menu called 'Lounging', and three buttons on the submenu named 'Solo' 'Conversation' and 'Tea Party'.

Built-in menu buttons

ChangeSeat
When a multiple-pose animation set is active, this button shows the other positions available. Clicking an empty position will place your avatar in that position; when that position is occupied, avatar positions will be swapped.
Sync
Restarts the animations in a set, so that avatar animations will be in sync.
Offset
Activates the position adjustment menu for your avatar. These settings are saved in script memory for your avatar, until the scripts are reset or nPose is restarted.
-> or <-
'Next page' or 'Previous page' button, active when a menu has more than 12 buttons.
^ (up caret)
'Up' menu button, goes back to the previous menu from a submenu.


Admin menu: owner-only buttons

The admin menu is only available to the owner of the nPose object. The 'Admin' button will bring up a submenu with the following buttons:

Adjust
Rezzes the adjuster prim used to edit the position of the seat positions.
StopAdjust
Removes the adjuster prim.
PosDump
'Dumps' the positions of avatars and props in the current pose into local chat. This text can be copied into SET notecards.
Unsit
Brings up a submenu with the names of all seated avatars. Click the name of the avatar and they will be unseated.
Options
Activates the Options submenu, with the following commands:
Menuonsit
Brings up a submenu to allow the option of having a menu pop up when an authorized avatar sits on the nPose object to be turned on or off.
ToDefault
Clicking this button will bring up a submenu to turn on or turn off the option of having nPose return to the DEFAULT pose when all seated Avatars have stood.
Permit
Brings up a submenu for restricting permissions for who can use the nPose object. The current setting will be displayed at the top of the Permit menu. The buttons on this submenu are:
Public
Permissions set so that anyone is allowed to use the nPose menus.
Locked
Permissions set so that only the owner is allowed to use the nPose menus.
Group
Permissions set so that anyone with their active group set to the same as the nPose object is allowed to use the nPose menus.

Additional Information

If you need more information, I made an expanded tutorial: nPose Sit Pose/Animation Tool - Tutorial 10/2014

You can find the nPose scripts in several places. Builder's Brewery is a reliable source. This URL will open the SL maps page with a link that should place you near the nPose vendor.