You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: When using a custom Properties panel layout in document_node_definitions.rs and this default is set, the widget weirdly doesn't show up in the Properties panel. Investigation is needed.
212
212
direction:PixelSize,
213
-
angle:Angle,
213
+
#[unit("°")]angle:f64,
214
214
#[default(4)]instances:IntegerCount,
215
215
spacing:Spacing,
216
216
) -> Instances<I>
@@ -231,12 +231,11 @@ where
231
231
for index in0..count {
232
232
let angle = index asf64* angle / total;
233
233
letmut translation = index asf64* direction / total;
234
-
letmut size = index asf64* exact_size / total;
235
234
236
-
// let transform = DAffine2::from_angle(angle) * DAffine2::from_translation(translation);
0 commit comments