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>Binary File Output Dialog Box</title>
8</head>
9<body>
10<h1 id="BINARYOUT_DIALOG">Binary File Output Dialog Box</h1>
11
12<p>This dialog is used to output layout binary files.</p>
13
14<p class="img">
15	<img src="images/binary_out.gif" alt="Binary File Output Dialog Box">
16</p>
17
18<ol class="ui">
19    <li>
20        <p>Specify the directory in which to output the layout binary file.</p>
21    </li>
22    <li>
23        <p>Specify the filename of the layout binary file.</p>
24    </li>
25    <li>
26        <p>Select whether to create an output directory having the name of the layout.</p>
27    </li>
28    <li>
29        <p>
30        	Select whether to export locked values for regions of the animation curve where keys have not been created.<br> <br> When you specify this option, LayoutEditor converts and exports the automatically generated curve in a key frame format that can be processed by the hardware library.<br> <br>You <B>must </B>specify this option if you want the hardware data to reflect the results of the feature of automatically calculating curves for areas outside of key frame segments.<br> For this locking process, you can select the method using the tool or the method using the converter.  (See <a href="../../notice/fix_keyframe.html">here</a> for details.)
31
32        </p>
33    </li>
34    <li>
35        <p>Determine escape character strings from the character string information in the text box pane and then select whether to convert it to a particular control code.</p>
36    </li>
37    <li>
38        <p>Select whether to use tag information attached to animation segments to divide up the animation for export.</p>
39    </li>
40    <li>
41        <p>When tag information is used, output controls are specified for keys.</p>
42        <dl class="enum">
43        <dt>Do not export keys if values do not change inside frame segments (excluding the first animation segment tags)</dt>
44        <dd>Corresponds to the Binary Converter option <B>--omit-samekey</B>.</dd>
45        <dt>Do not export keys if values do not change inside frame segments</dt>
46        <dd>Corresponds to the Binary Converter option <B>--omit-samekey-all</B>.</dd>
47        <dt>Do not export animation data if there are no keys in frame segments.</dt>
48        <dd>Corresponds to the Binary Converter option <B>--omit-nokey-all</B>.</dd>
49        </dl>
50    </li>
51    <li>
52        <p>When tag information is not being used, you can select the export file types.</p>
53    </li>
54    <li>
55        <p>Starts the output of the layout binary files.</p>
56    </li>
57</ol>
58<br>
59
60<hr><p>CONFIDENTIAL</p></body>
61</html>
62