A free, open source SDF Modeling Toolset for Houdini!
You can find documentation and tutorials for the toolset here!
- Download and unpack zip file into folder of your choice.
- Copy SDFM.json to houdini package folder
Windows: c:/Users/<yourusername>/Documents/houdini19.5 OSX: ~/Library/Preferences/houdini/19.5 Linux: ~/houdini19.5
- Replace
"PATH/TO/PACKAGE/"
with path to the folder. In my case that will read:"C:/Users/Dominik/Documents/Houdini Assets/Project Packs/SDFModeler"
Make sure to use"/"
as seperators, not"\"
otherwise it won't work.
A good bit of the base code for the SDF operations were taken from https://mercury.sexy/hg_sdf/ Thanks to the mercury team for releasing the code under the MIT license!