UI Summary

- Adds environment variables to the
houdini.env
file based on the currently installed Houdini on the local.
- Pressing the
Add
button adds the necessary environment variables for using parks_tool
.
- Pressing the
Reset
button restores the original houdini.env
file.
houdini.env
- When you press
Add
, the environment variables are set as follows.
#
# NOTE: The use of packages is highly recommended instead of houdini.env
# See details about packages here: <https://www.sidefx.com/docs/houdini20.5/ref/plugins.html>
#
# Houdini Environment Settings
#
# The contents of this file are read into the environment
# at startup. They will override any existing entries in
# the environment.
#
# The syntax is one entry per line as follows:
# VAR = VALUE
#
# Values may be quoted
# VAR = "VALUE"
#
# Values may be empty
# VAR =
#
# Example:
#
# HOUDINI_NO_SPLASH = 1
#PSJ_SITE
PSJ_SITE = C:/Users/{Your computer user_name}/Desktop/parks_tools
#PSJ_OTLS
HOUDINI_OTLSCAN_PATH = @/otls;$PSJ_SITE/otls
#PSJ_TOOLBAR
HOUDINI_TOOLBAR_PATH = @/toolbar;$PSJ_SITE/toolbar