Houdini.env on Linux not loading

   1355   1   0
User Avatar
Member
2 posts
Joined: Sept. 2018
Offline
Hi guys,

I have created a houdini.env file in the root directory to load Redshift, but it looks like it is not being taken into consideration when Houdini starts. To test I set HOUDINI_UISCALE = 150 to get some visual feedback as to whether the variables are being loaded, and it makes no difference whatsoever.

This is the content of my .env file:

#
# 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

HOUDINI_DSO_ERROR = 2
PATH = "/usr/redshift/bin:$PATH"
HOUDINI_PATH = "/usr/redshift/redshift4houdini/15.5.571;&"

HOUDINI_UISCALE = 300

Any ideas what I am doing wrong ?
User Avatar
Member
2 posts
Joined: Sept. 2018
Offline
Ok sorry I fixed this… I was creating a new ‘.env’ file in the Houdini /bin folder and not in my user /home/houdini folder…
  • Quick Links