Skip to content

Commit cbd9c1e

Browse files
committed
Declare the start of the Alpha 4 release series
1 parent 5115a05 commit cbd9c1e

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

editor/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::process::Command;
22

3-
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 3";
3+
const GRAPHITE_RELEASE_SERIES: &str = "Alpha 4";
44

55
fn main() {
66
// Execute a Git command for its stdout. Early exit if it fails for any of the possible reasons.

editor/src/messages/input_mapper/input_mappings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub fn input_mappings() -> Mapping {
140140
// NavigateToolMessage
141141
entry!(KeyDown(MouseLeft); action_dispatch=NavigateToolMessage::ZoomCanvasBegin),
142142
entry!(KeyDown(MouseLeft); modifiers=[Alt], action_dispatch=NavigateToolMessage::TiltCanvasBegin),
143-
entry!(PointerMove; refresh_keys=[Control], action_dispatch=NavigateToolMessage::PointerMove { snap: Control }),
143+
entry!(PointerMove; refresh_keys=[Shift], action_dispatch=NavigateToolMessage::PointerMove { snap: Shift }),
144144
entry!(KeyUp(MouseLeft); action_dispatch=NavigateToolMessage::PointerUp { zoom_in: true }),
145145
entry!(KeyUp(MouseLeft); modifiers=[Shift], action_dispatch=NavigateToolMessage::PointerUp { zoom_in: false }),
146146
//

website/content/blog/2025-01-16-year-in-review-2024-highlights-and-a-peek-at-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Lower-left: Godot's presence at GDC;
9595
Lower-right: Francesco Siddi (1) and Dalai Felinto (2) from the Blender Foundation with me (3) and Oliver (4)
9696
</em></center>
9797

98-
With March now just around the corner, I am definitely looking forward to the next conference. If you will be in town for GDC 2025 and would like to meet up (or if you have an opportunity to hook us up with spare expo passes), please [get in touch](/contact).
98+
With March now just around the corner, I am definitely looking forward to the next conference. If you will be in town for GDC 2025 and would like to meet up, please [get in touch](/contact).
9999

100100
### Blender Conference LA
101101

website/content/features.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
110110
<span>Node graph integration in documents</span>
111111
</div>
112112
<!-- Alpha 3 -->
113-
<div class="feature-icon ongoing heading" title="Began February 2024" data-year="2024">
113+
<div class="feature-icon complete heading" title="Began February 2024" data-year="2024">
114114
<h3>— Alpha 3 —</h3>
115115
</div>
116116
<div class="feature-icon complete" title="Development Complete">
@@ -141,26 +141,22 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
141141
<img class="atlas" style="--atlas-index: 0" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
142142
<span>Imaginate tool</span>
143143
</div> -->
144-
<div class="feature-icon ongoing" title="Development Ongoing">
145-
<img class="atlas" style="--atlas-index: 14" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
146-
<span>Infinitely zoomable/panable content</span>
147-
</div>
148-
<div class="feature-icon ongoing" title="Development Ongoing">
149-
<img class="atlas" style="--atlas-index: 12" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
150-
<span>GPU-accelerated raster rendering</span>
151-
</div>
152144
<!-- Alpha 4 -->
153-
<div class="feature-icon heading" title="Expected to begin February 2025" data-year="Feb. 2025">
145+
<div class="feature-icon ongoing heading" title="Began February 2025" data-year="2025">
154146
<h3>— Alpha 4 —</h3>
155147
</div>
156-
<div class="feature-icon">
148+
<div class="feature-icon ongoing">
157149
<img class="atlas" style="--atlas-index: 7" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
158150
<span>Lightweight desktop app (with <a target="_blank" href="https://tauri.app/">Tauri</a>)</span>
159151
</div>
160-
<div class="feature-icon">
152+
<div class="feature-icon ongoing">
161153
<img class="atlas" style="--atlas-index: 8" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
162154
<span>Lambda nodes</span>
163155
</div>
156+
<div class="feature-icon ongoing">
157+
<img class="atlas" style="--atlas-index: 9" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
158+
<span>Graph data attribute spreadsheets</span>
159+
</div>
164160
<div class="feature-icon">
165161
<img class="atlas" style="--atlas-index: 18" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
166162
<span>Node versioning</span>
@@ -169,9 +165,13 @@ Always on the bleeding edge and built to last— Graphite is written on a robust
169165
<img class="atlas" style="--atlas-index: 40" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
170166
<span>Contextual properties panel</span>
171167
</div>
172-
<div class="feature-icon">
173-
<img class="atlas" style="--atlas-index: 9" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
174-
<span>Graph data attribute spreadsheets</span>
168+
<div class="feature-icon" title="Development Ongoing">
169+
<img class="atlas" style="--atlas-index: 14" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
170+
<span>Infinitely zoomable/panable content</span>
171+
</div>
172+
<div class="feature-icon" title="Development Ongoing">
173+
<img class="atlas" style="--atlas-index: 12" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />
174+
<span>GPU-accelerated raster rendering</span>
175175
</div>
176176
<div class="feature-icon">
177177
<img class="atlas" style="--atlas-index: 54" src="https://static.graphite.rs/icons/icon-atlas-roadmap__3.png" alt="" />

website/content/learn/interface/menu-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The **View menu** lists actions related to the view of the canvas within the vie
9292

9393
| | |
9494
|-|-|
95-
| Tilt | <p>Begins tilting the viewport angle based on your mouse movements.</p><p>While tilting, hold <kbd>Ctrl</kbd> to snap to 15° increments. Confirm with a left click or <kbd>Enter</kbd>. Cancel with a right click or <kbd>Esc</kbd>.</p> |
95+
| Tilt | <p>Begins tilting the viewport angle based on your mouse movements.</p><p>While tilting, hold <kbd>Shift</kbd> to snap to 15° increments. Confirm with a left click or <kbd>Enter</kbd>. Cancel with a right click or <kbd>Esc</kbd>.</p> |
9696
| Reset Tilt | <p>Sets the viewport tilt angle back to 0°.</p> |
9797
| Zoom In | <p>Narrows the view to the next whole zoom increment, such as:</p><p>25%, 33.33%, 40%, 50%, 66.67%, 80%, 100%, 125%, 160%, 200%, 250%, 320%, 400%, 500%</p> |
9898
| Zoom Out | <p>Widens the view to the next whole zoom increment, such as above.</p> |

0 commit comments

Comments
 (0)