Techie
2024年7月10日 17:55:05
Hi all,
I've made a new tool called
SDF from Curves for Houdini 20.5 Copernicus that generates a 2D signed distance field from Bézier curves, polylines, or points. I hope you'll find it useful when making textures!
https://store.techie.se/l/sdf_from_curves [
store.techie.se]
LukeP
2024年7月15日 21:25:20
Awesome. Thank you! I was surprised this was not in the Copernicus by default
Techie
2024年7月21日 13:10:27
You're welcome LukeP!
I've released version 1.1 now which supports adding thickness to the curves and it also auto-detects if the geometry contains closed curves/polylines.
Techie
2024年7月24日 02:53:20
Hi,
I've released version 1.2 now which supports filled closed Bézier curves.

Support for filled closed polylines will hopefully come in a later version.
Techie
2024年7月29日 15:23:40
Hi,
Version 1.3 has been released with support for filled closed polylines and for generating a closed polyline from points.
Please note that there's a known issue where closed Bézier curves are sometimes not filled correctly. This will hopefully be fixed in a later version. A workaround can be to slightly move or rotate the points.
Techie
2025年7月30日 07:22:41
Hi,
Version 1.4 has been released with the following changes:
- Added a "Tile Geometry" parameter so the generated SDF can tile seamlessly.
- Added parameters to allow using primitive attributes to set curve thickness and whether closed curves should be filled.
- Added a "Union Curves" parameter which unions overlapping closed curves and removes the overlapping areas from the SDF.
- Fixed an issue where closed cubic Bézier curves were sometimes not filled correctly.