------
Softimage Mailing List.
To unsubscribe, send a mail to softimage-request@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.
I am not sure, but as far as I remember the Houdini help, & means the default value and not the previous value.
Therefore
HOUDINI_PATH = "D:/otls;&"
will be
HOUDINI_PATH = "D:/otls;C:\programs\houdini\..."
And you lose the Redshift path completely.
I do not know the syntax for the previous value, but you can try to set both in one line.
Holger Schönberger
technical director
The day has 24 hours, if that does not suffice, I will take the night
I am not sure, but as far as I remember the Houdini help, & means the default value and not the previous value.
Therefore
HOUDINI_PATH = "D:/otls;&"
will be
HOUDINI_PATH = "D:/otls;C:\programs\houdini\..."
And you lose the Redshift path completely.
I do not know the syntax for the previous value, but you can try to set both in one line.
Holger Schönberger
technical director
The day has 24 hours, if that does not suffice, I will take the night
From: softimage-bounces@listproc.autodesk.com [mailto:softimage-bounces@listproc.autodesk.com] On Behalf Of Olivier Jeannel
Sent: Thursday, January 25, 2018 4:22 PM
To: sidefx-ho...@sidefx.com; soft...@listproc.autodesk.com
Subject: Houdini.env and external otl folder
Hi there,
I'm trying to put all my personnal HDA into an external folder, something like :
D:\otls
I tried to modify the HOUDINI_PATH in the houdini.env text file, but no luck.
I already have
HOUDINI_DSO_ERROR = 2
PATH = "C:/ProgramData/Redshift/bin;$PATH"
HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/16.0.705;&"
Pointing to redshift
How can I add another folder to point to ?
I tried to add this line after
HOUDINI_PATH = "D:/otls;&"
but this is not working ...at all.
Thank's :)