Advertisement
itblanco

houdini.env

May 11th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. #
  2. # Houdini Environment Settings
  3. #
  4. # The contents of this file are read into the environment
  5. # at startup. They will override any existing entries in
  6. # the environment.
  7. #
  8. # The syntax is one entry per line as follows:
  9. # VAR = VALUE
  10. #
  11. # Values may be quoted
  12. # VAR = "VALUE"
  13. #
  14. # Values may be empty
  15. # VAR =
  16. #
  17.  
  18. # Example:
  19. #
  20. # HOUDINI_NO_SPLASH = 1
  21.  
  22. HOUDINI_OCL_DEVICENUMBER = 0
  23. HOUDINI_DSO_ERROR = 2
  24. PATH = "C:\ProgramData\Redshift\bin;$PATH"
  25. HOUDINI_PATH = "C:\ProgramData\Redshift\Plugins\Houdini\17.5.460;&"
  26.  
  27. # GAMES DEVELOPMENT TOOLSET
  28. HOUDINI_PATH = $HOUDINI_PATH;$APPDATA\SideFX\GameDevToolset\17.5\1.220;&
  29. PATH = $APPDATA\SideFX\GameDevToolset\17.5\1.220\bin;$PATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement