SideFX labs plugin is not installing.
5875 7 1- mr20questions
- Member
- 1 posts
- Joined: 1月 2019
- Offline
Hi, I have been trying to install SideFX labs on my houdini indie and have not been able to get the tools to show up. I have houdini 18.0.532 and have updated the toolset. I get a success message saying all I need to do is restart houdini but when i do, the tools still dont appear. I have checked the files and they are all there and the json is pointing to the right place I just can figure out why my houdini wont pull up the tools. anybody have the same problem and can help?
- dhirst
- Member
- 6 posts
- Joined:
- Offline
- smbell
- Member
- 75 posts
- Joined: 2月 2017
- Offline
- IceBar0n
- Member
- 12 posts
- Joined: 6月 2017
- Offline
- Soothsayer
- Member
- 874 posts
- Joined: 10月 2008
- Offline
- sachiman
- Member
- 39 posts
- Joined: 6月 2015
- Offline
- goshone
- Member
- 21 posts
- Joined: 4月 2006
- Offline
- giogargiulo
- Member
- 3 posts
- Joined: 2月 2020
- Offline
If anyone is still looking for a solution, try this one from a similar post:
https://www.sidefx.com/forum/topic/74217/?page=1#post-327758 [www.sidefx.com]
https://www.sidefx.com/forum/topic/74217/?page=1#post-327758 [www.sidefx.com]
Hazem Elshawaf
i figured out the the solution
Here is the code for redshift variables we installed to houdini.env# ------- Redshift ---------- HOUDINI_DSO_ERROR = 2 PATH = "$PATH;C:/ProgramData/Redshift/bin;&" HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&"
the solution is to add "$HOUDINI_PATH;" to the path "C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&"# ------- Redshift ---------- HOUDINI_DSO_ERROR = 2 PATH = "$PATH;C:/ProgramData/Redshift/bin;&" HOUDINI_PATH = "$HOUDINI_PATH;C:/ProgramData/Redshift/Plugins/Houdini/18.0.597;&"
-
- Quick Links