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>Project Window</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="PROJECT_WINDOW">Project Window</h1>
13<br>
14<p>
15    This page describes the <B>Project Window</B>. <BR>
16</p>
17<p>
18    <a href="#NAME_PROJECT_WINDOW">Project Window</a><br> <a href="#NAME_NODE_COPYPASTE">Copying and Pasting Effects</a><br>
19</p>
20
21<a name="NAME_PROJECT_WINDOW"></a>
22<h2>Project Window</h2><br>
23<p class="img">
24	<img src="images/project_window.gif" alt="Project Window">
25</p>
26
27<ol class="ui">
28	<li>
29		Project tab<br> projects tags are displayed for each <B>Project Window</B> each project window in the docking area of the standard main window.<br>  The <B>Project Window</B> can be detached from the <B>Main Window</B> by dragging this tab.
30	</li>
31
32	<li>
33		<a href="../toolbar/index.html">Toolbar</a><br> Buttons on the toolbar can be used to execute functions of the <B>Project Window</B>.<br> The button types are described below.<br>
34
35        <table>
36        	<caption>Descriptions of Project Window Buttons</caption>
37        	<thead>
38        		<tr>
39        			<td>Icon</td>
40        			<td>Name</td>
41        			<td>Description</td>
42        		</tr>
43        	</thead>
44        	<tbody>
45        		<tr>
46        			<td><img src="images/TB_FileOpen.png"></td>
47        		    <td>Open</td>
48        		    <td>Opens effect or texture files.</td>
49        		</tr>
50        		<tr>
51        			<td><img src="images/toolAddFolder.png"></td>
52        		    <td>Add folder</td>
53        		    <td>Not supported.</td>
54        		</tr>
55        		<tr>
56        			<td><img src="images/Icon_PModel_Add.png"></td>
57        		    <td>Add effect</td>
58        		    <td>Adds a new effect.</td>
59        		</tr>
60        		<tr>
61        			<td><img src="images/Icon_Particle_Add.png"></td>
62        		    <td>Add particle</td>
63        		    <td>Adds a particle to an effect. </td>
64        		</tr>
65        		<tr>
66        			<td><img src="images/Icon_Child_Add.png"></td>
67        		    <td>Add child particle</td>
68        		    <td>Adds a child particle to a particle.</td>
69        		</tr>
70        		<tr>
71        			<td><img src="images/Icon_Texture_Add.png"></td>
72        		    <td>Add texture</td>
73        		    <td>Adds a new texture.</td>
74        		</tr>
75        		<tr>
76        			<td><img src="images/toolDelete.png"></td>
77        		    <td>Delete</td>
78        		    <td>Deletes selected nodes.</td>
79        		</tr>
80        		<tr>
81        			<td><img src="images/Icon_3DLink_Add.png"></td>
82        		    <td>Add 3D link node</td>
83        		    <td>Adds nodes for previewing using 3D link.</td>
84        		</tr>
85        	</tbody>
86        </table>
87
88	</li>
89
90	<li>
91		Project panel</a><BR>Displays various content included in a given project.<BR>
92
93        <table>
94        	<caption>Project Panel Description</caption>
95        	<thead>
96        		<tr>
97        			<td>Name</td>
98        			<td>Description</td>
99        		</tr>
100        	</thead>
101        	<tbody>
102        		<tr><td>Status</td>
103        		    <td>Unsupported: Uses icons to indicate various content references, binary conversion, and lock status.<BR></td>
104        		</tr>
105        		<tr><td>Entry Name</td>
106        		    <td>Various content included in the project is displayed in a tree structure. </td>
107        		</tr>
108        		<tr><td>Last Updated By</td>
109        		    <td>Displays the person who updated various content.</td>
110        		</tr>
111        		<tr><td>Last Modified</td>
112        		    <td>Displays the date/time when various content was modified.</td>
113        		</tr>
114        		<tr><td>Comments</td>
115        		    <td>Displays comments.</td>
116        		</tr>
117        		<tr><td>Work memory</td>
118        		    <td>Displays the required work memory size.</td>
119        		</tr>
120        	</tbody>
121        </table>
122	</li>
123</ol>
124<br> <br>
125
126<!--     プロジェクトウィンドウでのコピペ --> <a name="NAME_NODE_COPYPASTE"></a>
127<h2>Copying and Pasting Effects</h2><br>
128<p>
129    <a href="#NAME_EFFECT_COPY">Copying Effects</a><br> <a href="#NAME_EFFECT_PASTE">Pasting Effects</a><br> <a href="#NAME_PARTICLE_COPY">Copying Particle Sets</a><br> <a href="#NAME_PARTICLE_PASTE">Pasting Particle Sets</a><br> <a href="#NAME_CHILD_COPY">Copying Child Particles</a><br> <a href="#NAME_CHILD_PASTE">Pasting Child Particles</a><br>
130</p>
131
132<p>
133	You can copy and past effect nodes on the <B>Project Window</B>.<BR>
134</p>
135
136<a name="NAME_EFFECT_COPY"></a>
137<h3>Copying Effects</h3>
138<p>
139    <p>
140        Here, we copy on top of an effect node.<BR> You can copy by selecting <B>Copy</B> from the context menu displayed by right clicking or by using Ctrl+C.<BR> <img src="images/Effect_RClick_Copy.gif"><br>
141    </p>
142</p>
143
144<a name="NAME_EFFECT_PASTE"></a>
145<h3>Pasting Effects</h3>
146<p>
147    <p>
148        Here, we paste the effect onto a project node.<BR> Effects can be pasted to effect nodes or particle set nodes. Child nodes cannot be pasted.  You can paste a copied effect by selecting <B>Paste</B> from the context menu displayed by right clicking or by using CTRL+V.<BR> <img src="images/Project00_RClick_Paste.gif"><br>
149    </p>
150</p>
151
152<a name="NAME_PARTICLE_COPY"></a>
153<h3>Copying Particle Sets</h3>
154<p>
155    <p>
156        Here, we copy a particle set node. <BR> You can copy by selecting <B>Copy</B> from the context menu displayed by right clicking or by using Ctrl+C.<BR> <img src="images/Particle_RClick_Copy.gif"><br>
157    </p>
158</p>
159
160<a name="NAME_PARTICLE_PASTE"></a>
161<h3>Pasting Particle Sets</h3>
162<p>
163    <p>
164        Here, we paste the particle set onto an effect node.<BR> Particle set nodes are the target. Child nodes cannot be pasted.  You can paste a copied effect by selecting <B>Paste</B> from the context menu displayed by right clicking or by using CTRL+V.<BR> <img src="images/Particle_RClick_Paste.gif"><br>
165    </p>
166</p>
167
168<a name="NAME_CHILD_COPY"></a>
169<h3>Copying Child Particles</h3>
170<p>
171    <p>
172        Here, we copy a child particle. Only a single child particle is the target.<BR> You can copy by selecting <B>Copy</B> from the context menu displayed by right clicking or by using Ctrl+C.<BR> <img src="images/Child_RClick_Copy.gif"><br>
173    </p>
174</p>
175
176<a name="NAME_CHILD_PASTE"></a>
177<h3>Pasting Child Particles</h3>
178<p>
179    <p>
180        Here we paste onto a child particle node or a particle set node.<BR> Only one child node is pasted. Children are not pasted.<BR> You can paste a copied effect by selecting <B>Paste</B> from the context menu displayed by right clicking or by using CTRL+V.<BR> <img src="images/Child_RClick_Paste.gif"><br>
181    </p>
182</p>
183
184<hr><p>CONFIDENTIAL</p></body>
185</html>
186