Installation
Before you start
This is the fastest way to install Natsura. The bundled setup script finds your Houdini installation, creates a launch script, and (optionally) configures Houdini to load Natsura automatically.
You should be able to say "yes" to all of these:
- You're on Windows 10/11, Linux, or macOS
- You have Houdini 20.5 or 21.0 – Python 3.11 (production build) installed
- Houdini starts without license errors
For full version support, see Requirements.
Step 1 – Download and unzip Natsura
- Go to https://natsura.com and log in.
- Download the latest Natsura build for your platform.
- Unzip it to a stable location you can keep, for example:
C:/Users/yourname/Documents/natsura/
C:/Program Files/..., network drives, and aggressive cloud-sync folders.The unzipped folder contains the setup script and everything Natsura needs:
natsura/
├── houdini20.5/
├── houdini20.5_UI/
├── setup.bat # Windows
├── setup.sh # Linux / macOS
└── README.txt
Step 2 – Run setup
Run the setup script from inside the unzipped folder.
- Windows: double-click
setup.bat. - Linux / macOS: from a terminal in the folder, run
./setup.sh.
Setup will:
- Find your Houdini installation. If you have more than one, it lists them and asks you to pick. If none is found, you can paste the full path to the Houdini executable.
- Create a launch script (
launch.baton Windows,launch.shon Linux/macOS) that starts Houdini with Natsura loaded. - On Windows, create a
Natsura <version>desktop shortcut with the Natsura icon, pointing at the launch script.
Step 3 – Answer the two prompts
Custom splash screen: if a Natsura splash is bundled, setup asks whether to use it. Press Enter to accept.
Install Houdini package?: choose how Natsura loads:
- No (default): Natsura loads only when you start Houdini via the launch script or shortcut. Your normal Houdini stays untouched.
- Yes: setup writes
Natsura.jsoninto your Houdini packages folder, so Natsura loads every time you start that Houdini version normally.
# Where the package file is written if you say yes:
Windows: %USERPROFILE%\Documents\houdini20.5\packages\Natsura.json
Linux: ~/houdini20.5/packages/Natsura.json
macOS: ~/Library/Preferences/houdini/20.5/packages/Natsura.json
Step 4 – Launch Houdini with Natsura
Windows: double-click the Natsura <version> shortcut, or run launch.bat. To open a file directly:
launch.bat myproject.hip
Linux / macOS: run the launch script. To open a file directly:
./launch.sh myproject.hip
If you chose Yes to the package prompt in Step 3, you can also just start Houdini normally; Natsura loads automatically.
You're running if:
- The title bar shows Houdini 20.5.x / 21.0.x – Py3.11.
- A Natsura shelf / menu is present.
- The Simulate node cooks without Python or Qt errors.
Step 5 – Enter your license key
The first time Natsura runs it asks for your license key:
- Go to https://natsura.com and open your dashboard.
- Copy your license key.
- Paste it into the prompt in Houdini.
Reconfiguring
To point Natsura at a different Houdini, change the splash, or add the package later, just run setup again (setup.bat / ./setup.sh). It overwrites the launch script with your new choices.
Troubleshooting
Setup searches the standard install locations:
- Windows:
C:\Program Files\Side Effects Software\Houdini * - Linux:
/opt/hfs* - macOS:
/Applications/Houdini/Houdini*
If your Houdini lives elsewhere, setup will prompt for the full path to the executable (houdinifx, hindie, or happrentice). Paste it and continue.
- Confirm you launched via
launch.bat/ the Natsura shortcut /launch.sh, not by starting Houdini directly (unless you said Yes to the package prompt). - Confirm the Houdini you pointed at is Python 3.11, not 3.10.
- Re-run setup and re-pick the correct Houdini version.
Run setup again and answer Yes to "Install Houdini package?". This writes Natsura.json into your Houdini packages folder so Natsura loads on every normal start.
- Delete the
Natsura.jsonfile from your Houdinipackages/folder (if you installed the package). - Delete the unzipped Natsura folder and the generated launch script / shortcut.
Email support@natsura.com with your OS, full Houdini version, and any errors from the Houdini console.
Overview
What Natsura is, what it's for, and where to go next. A high-level map of the procedural foliage toolkit for Houdini and its main workflows.
Interface
Get your bearings in the Natsura desktop: first-run choices, the workspace and guide panel, the display toolbar, and where the Natsura panels and menu live.