1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=utf-8">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 9.0.0.0 for Windows">
7<link rel="stylesheet" href="css/manpage.css" type="text/css">
8<title>Plug-In for Setting User Data</title>
9</head>
10<body>
11<h2><a name="user_data">Plug-in for Setting User Data (NW4C Set User Data)</a></h2>
12<p>This plug-in sets user data for a transform node (joint node) or shading group.<br> From the NW4C menu, run NW4C Set User Data to display the window.</p>
13<p><img src="images/SetUserData1.gif" width="505" height="420" border="0"></p>
14
15<p><strong>Setting Attributes</strong></p>
16<p>Selecting just one transform node (joint node) or shading group (shadingEngine node) displays the current setting for that node in the window. (If a material node is selected, the setting for the corresponding shadingEngine node is displayed.)<br> <br> The lower part of the window displays a list of configured user data.
17<ul>
18<li><strong>Name</strong>
19  <p>The name of the user data.</p>
20  </li>
21<li><strong>Type</strong>
22  <p>The type of the user data.<BR> <B>String</B> is a character type, <B>Integer</B> is an integer type, and <B>Float</B> is a real number type.</p>
23  </li>
24<li><strong>Size</strong>
25  <p>The size of the buffer.<br> Indicates the number of characters when data is character type, or the number of values when the data is integer or real number type.</p>
26  </li>
27<li><strong>Value</strong>
28  <p>The value of user data.<br> If the display of data cannot fit on the screen, the undisplayed part will be omitted and displayed as &quot;...&quot;.</p>
29  </li>
30</ul>
31<br>
32<p>New user data can be added by clicking the <strong>Add</strong> button. If an item in the list is selected, data is inserted in the selected location; if no item is selected, data is added to the end of the list. (The selection can be canceled by clicking &quot;-----&quot; at the bottom of the list.) The name and contents of existing user data can be changed by selecting an item in the list and clicking <strong>Edit</strong> or by double-clicking on the item.<br> Selected user data can be deleted by selecting an item in the list and clicking <strong>Delete</strong>.<br> The order of user data can be changed by selecting an item in the list and clicking <strong>Move Up</strong> or <strong>Move Down</strong>.<br> To set a different node, select it without closing the window. <br> A user data entry window can be displayed by clicking Add or Edit.</p>
33<p><img src="images/SetUserData2.gif" width="320" height="370" border="0"></p>
34<ul>
35<li><strong>Name</strong>
36  <p>Enter the name of user data. Double-byte characters and half-space kana characters cannot be used. Symbols other than the hyphen (-), underscore (_), and period (.) cannot be used.</p>
37  </li>
38<li><strong>Type</strong>
39  <p>Specifies the type of user data. <B>String</B> is a character type, <B>Integer</B> is an integer type, and <B>Float</B> is a real number type.</p>
40  </li>
41<li><strong>String or Number</strong>
42  <p>If <B>Type</B> is <B>String</B>, enter the characters.「&lt;」、「&gt;」、「&amp;」, single quotes, and double quotes cannot be used. If <B>Type</B> is <B>Integer</B> or <B>Float</B>, enter a numeric value.<BR> More than one string or numeric value can be entered by delimiting with a carriage return. (Only one value per row can be entered.)</p>
43  </li>
44</ul>
45<p>User data can be added or changed by clicking <strong>OK</strong>. If the name, character string, or numeric value is invalid, an error will be displayed on the command line and in the script editor .</p>
46
47<hr><p>CONFIDENTIAL</p></body>
48</html>