Skip to content

Instantly share code, notes, and snippets.

@instance-id
Last active June 25, 2020 05:15
Show Gist options
  • Save instance-id/48b61efdf2b6dcb5e65a2dfd53676cdc to your computer and use it in GitHub Desktop.
Save instance-id/48b61efdf2b6dcb5e65a2dfd53676cdc to your computer and use it in GitHub Desktop.
Searcher package config example

Searcher.json

// ------------------------------ Searcher --------------------------------------
// --- Make sure this file resides in your Houdini settings/packages           --
// --- folder as listed below:                                                 --
// --- Windows: C:\Users\<user>\Documents\houdini18.0\packages                 --
// --- Linux:   /home/<user>/houdini18.0/packages                              --
// --- MacOS:   /Users/<user>/Library/Preferences/houdini/18.0/packages        --
// ----------------------------- instance.id ------------------------------------
{
	"env": [
		// ----------------------------------------------------------------------
		// --- Add path to Searcher root folder below using "/" as separator:  --
		// --- The folder can reside wherever you would like. Examples below:  --
		// ----------------------------------------------------------------------
		// --- ex. Windows:                                                    --
		// ---	"SEARCHERLOCATION": "C:/Users/<user>/houdini_addons/searcher"  --
		// --- ex. Linux:                                                      --
		// ---	"SEARCHERLOCATION": "/home/<user>/houdini_addons/searcher"     --
		// --- ex. MacOS:                                                      --
		// ---	"SEARCHERLOCATION": "/Users/<user>/Library/h_addons/searcher"  --
		// ----------------------------------------------------------------------
		{
		// -------------------------------------------
		// --------------------- Change Path Here ----
			"SEARCHERLOCATION": "E:/GitHub/Searcher",
		// -------------------------------------------
		},
		{
		// -------------------- Do not edit
			"SEARCHER": "$SEARCHERLOCATION",
		},
		{
		// -------------------- Do not edit
			"HOUDINI_PATH": "$SEARCHER/"
		}
	]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment