1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> 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<link href="../../../html/common/main.css" rel="stylesheet" type="text/css" /> 7<title>Model List</title> 8</head> 9<body> 10<h1>Model List</h1> 11<p> Displays models in list format.</p> 12<p>The following properties are shown in the list columns.</p> 13<p>For details about the various properties, see the section on the <a href="../property/model/index.html">model Property window</a>. </p> 14<p class="image"><img src="images/model_list.png" alt="Model List" /></p> 15<dl class="enum"> 16 <dt>Status</dt> 17 <dd> Displays the status of the Working color and comments attached to the model.<br /> The Working color is shown on the left, while the presence (or absence) of comments is indicated on the right.<br /> If a comment has been attached, the mark will be lit.</dd> 18 <dt>Model</dt> 19 <dd>The model name.</dd> 20 <dt>Bottleneck Hints</dt> 21 <dd>Shows how many optimization tips there are.</dd> 22 <dt>Number of Bones</dt> 23 <dd>The number of bones included in the model.</dd> 24 <dt>Number of Meshes</dt> 25 <dd>The number of meshes included in the model.</dd> 26 <dt>Number of Materials</dt> 27 <dd>The number of materials included in the model.</dd> 28 <dt>Vertex count</dt> 29 <dd>The number of vertices for all polygons rendered in the model.</dd> 30 <dt>Polygon Count</dt> 31 <dd>The number of polygons divided into triangles for all polygons rendered in the model.</dd> 32 <dt>Primitive count</dt> 33 <dd>The number of matrices in the model. This represents the number of <matrix> elements in the <CODE>cmdl</CODE>file.</dd> 34 <dt>Comments</dt> 35 <dd>The comment attached to the model.</dd> 36</dl> 37<h2>Context Menu</h2> 38<p>When you right-click on the Model List, a context menu displays with the following menu items:</p> 39<h3>Edit</h3> 40<dl class="enum"> 41 <dt>Select All</dt> 42 <dd>Selects all objects.</dd> 43 <dd>You can also select all objects using Ctrl+A.</dd> 44 <dt>Toggle Selection</dt> 45 <dd>If an object is selected, the focus switches to an un-selected object.</dd> 46</dl> 47<h3>Show in Viewer</h3> 48<p>Toggle whether or not to display the model on the Viewer.</p> 49<h3>Properties</h3> 50<p>This displays only when an object has been selected.</p> 51<p>Selecting this menu item opens the corresponding Property window.</p> 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54