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>Tree View</title> 8</head> 9<body> 10<h1>Tree View</h1> 11<p>Shows the hierarchical structure of a model and the nodes included in that model (bone, mesh, material) in the form of a tree view.</p> 12<p><strong>In Tree View mode, you cannot select more than one object at a time.</strong></p> 13<p class="image"><img src="images/tree_view.png" alt="Tree View" /></p> 14<ol class="ui"> 15 <li> Shows a model. </li> 16 <li> Shows a mesh. </li> 17 <li> Shows a material. 18 <p>When a material is shared by multiple nodes, it is displayed for each node item.</p> 19 </li> 20 <li>Shows a bone.</li> 21</ol> 22<h2>Context Menu</h2> 23<p>When you right-click on Tree View, a context menu displays with the following menu items:</p> 24<h3>Edit</h3> 25<dl class="enum"> 26 <dt>Select All</dt> 27 <dd>Selects all objects.</dd> 28 <dd>You can also select all objects using Ctrl+A.</dd> 29 <dt>Toggle Selection</dt> 30 <dd>If an object is selected, the focus switches to an un-selected object.</dd> 31</dl> 32<h3>Show in Viewer</h3> 33<p>In Tree View, this menu is displayed when a model has been selected.</p> 34<p>Toggle whether or not to display the model on the Viewer.</p> 35<h3>Properties</h3> 36<p>This displays only when an object has been selected.</p> 37<p>Selecting this menu item opens the corresponding Property window.</p> 38<hr><p>CONFIDENTIAL</p></body> 39</html> 40