1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6	<link href="../../../css/manpage.css" rel="stylesheet" type="text/css">
7	<title>Action List</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="MODEL_ACTION_LIST_PROPERTY">Model Action List Properties</h1>
13
14<p>
15Configures the action list for model previewing.<br> Use the action list to configure what model actions to play in what order and how many times to play them.
16</p>
17<p class="warn">
18The action list settings for each model is not saved in a file, so the data is reset when 3DEditor terminates.<br> However, while 3DEditor is running, the settings are inherited even when data are re-output from the 3DCG tool.
19</p>
20
21<p class="img">
22	<img src="images/model_action_list.gif" alt="Action List">
23</p>
24
25<ol class="ui">
26	<li>
27		Switches repeated playback of action list.
28	</li>
29	<li>
30		Moves the selected action up.
31	</li>
32	<li>
33		Moves the selected action down.
34	</li>
35	<li>
36		Adds a new action to the list.
37	</li>
38	<li>
39		Deletes the selected action.
40	</li>
41	<li>
42		This is the action list.<br> The actions are played in the Viewer starting in order from the top of the list and for the number of times played.<br> Actions shown in red are actions that cannot be played (either because they are not in the model or for some other reason) .
43	</li>
44</ol>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48