Falk David
a92b68939a
Geometry Nodes: Add "Scale" input to "Curve to Mesh" node
...
This replaces the implicit use of the `radius` attribute on the input
curves with an input field `Scale` that gets evaluated on the point
domain of the input curves to scale the profile.
It wasn't super intuitive that the `radius` would actually act as
a scale of the profile. E.g. if the radius of the input curve was
`1 meter` the resulting profile was unscaled (scaled by 1), but
wouldn't necessarily have a size of `1 meter` (only if the profile
also had a size of 1m)! If imperial units were used, `3.28084 ft`
would correspond to a scale of 1.
This change makes this behavior a lot more clear and potentially
removes the need for the assumption that the default curve radius
is `1.0f` (Ideally, the default curve radius should be `0.01f`).
While we did consider making the `Scale` input use the `radius`
field implicitly by default, we decided against it, because it again
"hides" the dependency on the radius and the fact that the radius
is used as a scale. Letting the user make this decision seems better.
Pull Request: https://projects.blender.org/blender/blender/pulls/134187
2025-03-11 19:06:47 +01:00
..
2025-01-28 15:27:34 +01:00
2025-02-12 23:01:08 +01:00
2025-01-31 17:03:17 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-02-24 15:57:41 +01:00
2025-03-03 14:24:07 +01:00
2025-01-13 16:25:52 +11:00
2025-02-14 13:55:44 +01:00
2025-01-04 16:26:39 +11:00
2025-01-28 15:27:34 +01:00
2025-02-05 19:08:58 +11:00
2025-02-04 11:12:40 +01:00
2025-01-28 15:27:34 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-01-31 17:03:17 +01:00
2025-02-18 19:46:42 +01:00
2025-03-05 16:35:09 +01:00
2025-01-29 12:12:27 +01:00
2025-01-26 00:39:59 +01:00
2025-03-04 19:16:36 +01:00
2025-01-30 17:19:16 +01:00
2025-02-06 21:38:19 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-03-05 16:35:09 +01:00
2025-02-12 23:01:08 +01:00
2025-01-29 12:12:27 +01:00
2025-03-05 16:35:09 +01:00
2025-03-04 11:00:31 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-01-28 15:27:34 +01:00
2025-03-05 16:35:09 +01:00
2025-03-06 13:04:39 +01:00
2025-02-28 17:58:58 +01:00
2025-03-05 19:35:51 +01:00
2025-02-12 23:01:08 +01:00
2024-09-26 21:13:39 +10:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-02-19 17:11:08 +01:00
2025-02-07 17:47:16 +01:00
2025-01-28 15:27:34 +01:00
2025-01-28 15:27:34 +01:00
2025-02-13 18:58:08 +01:00
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-13 18:58:08 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-09 20:03:08 +01:00
2024-09-24 11:52:02 +02:00
2025-02-25 12:14:52 +01:00
2025-03-05 16:35:09 +01:00
2025-01-14 19:55:11 +01:00
2025-03-05 23:16:09 -05:00
2025-01-31 17:03:17 +01:00
2025-03-05 16:35:09 +01:00
2024-10-31 11:25:41 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2024-12-13 19:36:54 +01:00
2025-01-14 19:55:11 +01:00
2025-03-11 19:06:47 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-01-24 12:05:25 +01:00
2024-11-12 14:46:24 +01:00
2025-03-07 17:38:29 +01:00
2025-02-24 11:32:59 +01:00
2025-02-06 21:38:19 +01:00
2025-03-05 16:35:09 +01:00
2024-12-30 11:18:39 -05:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-02-14 17:07:23 +01:00
2025-01-28 15:27:34 +01:00
2025-01-14 19:55:11 +01:00
2025-02-12 23:01:08 +01:00
2025-02-05 14:38:56 +11:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-05 13:28:16 +01:00
2025-01-31 17:03:17 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-05 23:16:09 -05:00
2025-01-31 17:03:17 +01:00
2024-09-23 13:54:02 +02:00
2024-11-19 14:28:01 +01:00
2025-01-14 19:55:11 +01:00
2025-01-20 23:57:32 +01:00
2024-11-19 14:28:01 +01:00
2025-01-20 23:57:32 +01:00
2025-02-24 17:49:46 +01:00
2025-03-07 17:38:29 +01:00
2025-01-31 17:03:17 +01:00
2025-02-12 23:01:08 +01:00
2025-02-12 23:01:08 +01:00
2024-11-19 14:28:01 +01:00
2025-03-05 16:35:09 +01:00
2025-02-17 19:44:54 +01:00
2025-03-05 16:35:09 +01:00
2025-03-10 11:35:52 +08:00
2025-03-03 17:11:45 +01:00
2025-02-03 16:03:06 +01:00
2025-01-03 19:15:01 +01:00
2025-01-31 17:03:17 +01:00
2025-02-16 20:56:07 +11:00
2025-01-14 19:55:11 +01:00
2025-01-23 19:15:17 +01:00
2025-02-28 14:43:05 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-03-03 17:11:45 +01:00
2025-01-31 17:03:17 +01:00
2025-03-06 13:04:39 +01:00
2025-01-28 15:27:34 +01:00
2025-02-17 19:44:54 +01:00
2025-03-06 13:04:39 +01:00
2025-01-31 17:03:17 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-01-31 17:03:17 +01:00
2025-02-16 20:31:09 -05:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-03-05 16:35:09 +01:00
2025-02-28 17:58:58 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-28 17:58:58 +01:00
2025-02-28 17:58:58 +01:00
2024-11-02 17:27:09 +11:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-02-11 17:46:07 +01:00
2025-01-31 17:03:17 +01:00
2025-02-04 17:46:08 +01:00
2025-02-28 17:58:58 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-01-28 15:27:34 +01:00
2025-02-19 13:44:11 +01:00
2025-01-14 16:26:54 +01:00
2025-03-06 10:49:51 +11:00
2025-02-07 17:47:16 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 23:16:09 -05:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-02-17 19:44:54 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2024-12-04 16:06:36 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-07 11:24:37 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 19:59:28 +01:00
2025-01-31 19:59:28 +01:00
2025-03-05 23:16:09 -05:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-01-28 15:27:34 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-02-17 19:44:54 +01:00
2025-02-17 19:44:54 +01:00
2025-02-26 17:48:54 +01:00
2025-03-05 16:35:09 +01:00
2025-03-03 17:11:45 +01:00
2025-01-07 12:39:13 +01:00
2024-09-04 13:13:43 -04:00
2025-01-28 15:27:34 +01:00
2024-11-25 15:36:51 -05:00
2025-01-29 17:22:51 +11:00
2024-11-25 12:30:09 -05:00
2025-01-28 15:27:34 +01:00
2025-01-07 12:39:13 +01:00
2025-01-28 15:27:34 +01:00
2025-02-17 19:44:54 +01:00
2025-01-07 12:39:13 +01:00
2025-01-28 15:27:34 +01:00
2025-02-23 21:02:53 +11:00
2025-01-31 17:03:17 +01:00
2025-02-14 13:55:44 +01:00
2025-01-28 15:27:34 +01:00
2025-02-12 23:01:08 +01:00
2025-01-28 15:27:34 +01:00
2025-02-27 17:32:51 +01:00
2025-03-05 16:35:09 +01:00
2025-02-27 09:58:03 -05:00
2025-03-07 12:06:50 -05:00
2025-01-09 15:28:57 +01:00
2025-03-05 16:35:09 +01:00
2025-02-17 19:44:54 +01:00
2025-03-05 16:35:09 +01:00
2025-02-24 17:50:11 +01:00
2025-03-05 16:35:09 +01:00
2025-02-13 18:58:08 +01:00
2025-01-31 17:03:17 +01:00
2025-03-03 17:11:45 +01:00
2025-01-28 15:27:34 +01:00
2025-02-28 17:14:34 +01:00
2025-02-12 23:01:08 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-12 23:01:08 +01:00
2025-03-06 22:34:22 +01:00
2025-03-04 17:30:16 +01:00
2024-11-01 17:27:07 +01:00
2025-01-31 17:03:17 +01:00
2025-01-07 12:39:13 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-03-04 12:04:38 -05:00
2025-02-12 23:01:08 +01:00
2025-02-19 17:11:08 +01:00
2025-03-07 17:38:29 +01:00
2025-03-04 10:56:23 +01:00
2025-01-28 15:27:34 +01:00
2025-03-03 17:11:45 +01:00
2025-01-31 17:03:17 +01:00
2025-02-21 23:42:30 +01:00
2025-03-10 16:21:47 +01:00
2025-03-06 17:41:49 +01:00
2025-02-12 23:01:08 +01:00
2025-02-26 15:56:08 +01:00
2025-01-31 17:03:17 +01:00
2025-03-06 13:04:39 +01:00
2024-10-17 21:05:18 +02:00
2025-03-03 17:11:45 +01:00
2025-01-28 15:27:34 +01:00
2024-11-07 10:36:53 +01:00
2025-01-28 15:27:34 +01:00
2025-01-28 15:27:34 +01:00
2025-03-05 16:35:09 +01:00
2025-02-27 16:47:06 +01:00
2025-01-28 15:27:34 +01:00
2025-02-03 04:38:58 +01:00
2025-02-17 19:44:54 +01:00
2025-03-11 11:12:01 +01:00
2024-11-07 10:36:53 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-02-19 11:47:19 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-01-28 15:27:34 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-03-05 16:35:09 +01:00
2025-02-21 07:41:34 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-02-07 17:47:16 +01:00
2025-01-04 16:26:39 +11:00
2025-03-05 16:35:09 +01:00
2025-01-06 17:21:11 +01:00
2024-11-27 19:01:00 +11:00
2025-01-31 17:03:17 +01:00
2025-01-31 17:03:17 +01:00
2025-01-28 15:27:34 +01:00
2025-03-11 18:52:23 +01:00
2025-03-11 14:39:19 +01:00
2025-03-05 16:35:09 +01:00
2025-01-31 17:03:17 +01:00