-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhats_new.html
207 lines (183 loc) · 10.3 KB
/
whats_new.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<!-- This holds information the browser needs -->
<head>
<title>Tahoma2D - Free 2D & stop motion animation software</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<meta name="description" content="Tahoma2D is based on OpenToonz which itself is based on Toonz, developed by Digital Video in Italy. The mission of Tahoma2D is to be a powerful and user-friendly animation program for digital 2D artists and stop motion animators." />
<meta property="og:title" content="Tahoma2D - What's New" />
<meta property="og:description" content="Tahoma2D is based on OpenToonz which itself is based on Toonz, developed by Digital Video in Italy. The mission of Tahoma2D is to be a powerful and user-friendly animation program for digital 2D artists and stop motion animators." />
<meta property="og:image" content="https://tahoma2d.org/media/branding/favicon-96x96.png" />
<meta property="og:url" content="https://tahoma2d.org/download/official_releases" />
<meta name="twitter:title" content="Tahoma2D - What's New" />
<meta name="twitter:description" content="Tahoma2D is based on OpenToonz which itself is based on Toonz, developed by Digital Video in Italy. The mission of Tahoma2D is to be a powerful and user-friendly animation program for digital 2D artists and stop motion animators." />
<meta name="twitter:url" content="https://tahoma2d.org/media/branding/favicon-96x96.png" />
<meta name="twitter:card" content="summary" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700;900&display=swap" rel="stylesheet" />
<link rel="shortcut icon" href="media/branding/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="./js/top.js"></script>
<script src="./js/header.js"></script>
<script src="./js/detect_os.js"></script>
<script src="./js/current_page.js"></script>
</head>
<!-- Content that displays on the page goes in the body-->
<body>
<!-- Branding goes in the header -->
<header>
<a class="logo" href="index.html" style="z-index: 4">
<img src="media/branding/small_logo.png" alt="There should be a logo image here" style="border-radius: 5px; box-shadow: 0 0 0px 2px #fff" />
</a>
<!-- The menu goes in nav. To have a dropdown, it's best to use a list structure. -->
<nav>
<input type="checkbox" id="toggle" autocomplete="off" />
<label for="toggle">+</label>
<ul id="menu" class="menu_hover">
<li>
<input type="radio" name="dropm" id="home" />
<label for="home">Home <i class="bi bi-caret-down-fill" id="menu_icon"></i></label>
<ul class="home">
<li><a href="./index.html#features">Features</a></li>
<li><a href="./index.html#system">System Requirements</a></li>
<li><a href="./index.html#compare">Tahoma2D vs. OpenToonz</a></li>
<li><a href="./index.html#faq">FAQ</a></li>
</ul>
</li>
<li><a href="./download.html">Download</a></li>
<li><a class="activable-link" href="./whats_new.html">What's New</a></li>
<li>
<input type="radio" name="dropm" id="contribute" />
<label for="contribute">Contribute <i class="bi bi-caret-down-fill menu_icon"></i></label>
<ul>
<li><a href="https://github.com/tahoma2d" target="_blank">Development</a></li>
<li><a href="https://github.com/sponsors/manongjohn" target="_blank">Sponsorship</a></li>
</ul>
</li>
<li><a href="https://tahoma2d.readthedocs.io/en/latest/" target="_blank">Learn</a></li>
<li>
<input type="radio" name="dropm" id="social" />
<label for="social">Social <i class="bi bi-caret-down-fill" id="menu_icon"></i></label>
<ul>
<li><a href="https://bsky.app/profile/tahoma2d.bsky.social" target="_blank">Bluesky</a></li>
<li><a href="https://discord.gg/de9C9cZ9Hv" target="_blank">Discord</a></li>
<li><a href="https://www.facebook.com/groups/350781322800487" target="_blank">Facebook</a></li>
<li><a href="https://groups.google.com/g/tahoma2d" target="_blank">Google Group</a></li>
<li><a href="https://www.instagram.com/tahoma2d/" target="_blank">Instagram</a></li>
<li><a href="https://mastodon.world/@tahoma2d" target="_blank">Mastodon</a></li>
<li><a href="https://www.reddit.com/r/Tahoma2D/" target="_blank">Reddit</a></li>
<li><a href="https://x.com/tahoma2d" target="_blank">X</a></li> </ul>
</li>
<input type="radio" name="dropm" id="deselectrad" />
</ul>
</nav>
</header>
<!-- Page content goes in main-->
<label for="deselectrad">
<main id="whats-new">
<section id="wn-intro" class="flex">
<div id="intro-text-and-button">
<div>
<h1>What's New in v1.5</h1>
<p>With a great update comes great features!</p>
</div>
</div>
<section id="wn-download_section">
<a id="home_download_button" class="download_button" href="download.html">Download</a>
<!-- In terms of syntax, p should only be used for paragraphs and span is better for small spans of text ie. a word, phrase, or sometimes character. -->
<span id="home_release_notes"
>Latest Release:
<a id="official_date" href="" target="_blank"></a>
</span>
</section>
</section>
<!---->
<section id="wn_section_ltor">
<h2><span class="dash">-</span> Presenting Folders! <span class="dash">-</span></h2>
<div class="wn-content">
<img src="./media/screenshots/whats_new/folders.png" />
<div>
<p>Organize related levels into folders.</p>
<p>Nest folders as needed.</p>
<p>Quickly Show/Hide contents of folders using folder's visibly settings.</p>
<p>Change opacity or apply filder color for folder contents with the folder's settings.</p>
</div>
</div>
</section>
<!---->
<section id="wn_section_rtol">
<h2><span class="dash">-</span> Onion Skin Updates <span class="dash">-</span></h2>
<div class="wn-content">
<div>
<p>New <code>Relative Drawing Onion Skin</code> mode.
<ul>
<li>Right-click the onion skin area and switch to the onion skin mode you wish to use.</li>
<li>In this mode, the onion skin markers shows the drawing X drawings away from the current regardless of what frame it's on.</li>
<li>For example, enabling the onion skin marker 2 positions away from the main marker shows the 2nd drawing away from the current drawing.</li>
</ul>
</p>
<p>Right-click any onion skin marker to change opacity of that onion skin.</p>
</div>
<img src="./media/screenshots/whats_new/relative_drawing_mode.png" />
</div>
</section>
<!---->
<section id="wn_section_ltor">
<h2><span class="dash">-</span> New Dockable Panels <span class="dash">-</span></h2>
<div class="wn-content">
<img src="./media/screenshots/whats_new/new_dockable_panels.png" />
<div>
<p>Customize or create new rooms with these new or newly dockable panels:
<ul class="panels">
<li>Output/Preview Settings</li>
<li>Fx Browser (Allows drop/drop to Schematic! Fx room updated)</li>
<li>Locator</li>
<li>Align and Distribute (New Vector utility!)</li>
</ul>
</p>
</div>
</div>
</section>
<!---->
<section id="wn_section_other">
<h2><span class="dash">-</span> Other helpful additions <span class="dash">-</span></h2>
<div class="wn-content">
<img src="./media/screenshots/whats_new/no_dragbars.png" />
<ul class="marker">
<li>No more tiny drag bars! Easily move cells and columns by just click-dragging.</li>
<li>New Viewer toolbar buttons to easily toggle Symmetry and Perspective Grids on/off.</li>
<li>Loop animation backwards and forwards with the new <code>Ping Pong</code> play mode.</li>
<li>Flip between previous and next drawings with the new <code>Inbetween Flip</code> command.</li>
<li>Inbetween Vector levels right from the Timeline/Xsheet.</li>
<li><code>Smooth</code> option added to Raster and MyPaint brush toolbars.</li>
<li><code>Frame Range</code> option standardized and added to more tools.</li>
<li>Smart Raster and regular Raster levels can now be used as Clipping Masks.</li>
</ul>
</div>
</section>
<div class="top" onclick="scrollToTop()">
<i class="bi bi-arrow-up-square-fill"></i>
</div>
</main>
</label>
<!-- Copyright goes in the footer-->
<footer>© 2020-<span id="year"></span> Tahoma2D | Website created by: <a href="https://www.youtube.com/channel/UCky4IRq9d_XRdNuWcQCqD3g" target="_blank">@Pikhosh </a> & <a href="https://github.com/artisteacher" target="_blank">@Artisteacher</a></footer>
<script>
const d = new Date();
let year = d.getFullYear();
document.getElementById("year").innerHTML = year;
</script>
<script>
var releaseDate = document.querySelector("#official_date");
fetch("https://api.github.com/repos/tahoma2d/tahoma2d/releases/latest")
.then((response) => response.json())
.then((data) => {
releaseDate.innerHTML = data.tag_name + " - " + data.created_at;
releaseDate.href = data.html_url;
});
</script>
</body>
</html>