SideFX labs plugin is not installing.

   4990   7   1
User Avatar
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?
User Avatar
Member
6 posts
Joined:
Offline
Hi,

Did you get this issue fixed. I'm having the same problem with this version of Houdini.

Thanks, Dave
User Avatar
Member
75 posts
Joined: 2月 2017
Offline
I'm having this issue as of the 18.5.462 update. Anyone solved this problem?

Edit: Ended up just hardcoding the path that the shelf tool installs the files to and it worked fine. Something is up with the auto installation process.
Edited by smbell - 2021年2月3日 18:13:09
User Avatar
Member
12 posts
Joined: 6月 2017
Offline
Same problem, even 18.5.483 not installing Labs.
User Avatar
Member
861 posts
Joined: 10月 2008
Offline
Same, but didn't really look into it. Just noticed it didn't work.
--
Jobless
User Avatar
Member
38 posts
Joined: 6月 2015
Offline
bump 15.5.532
User Avatar
Member
21 posts
Joined: 4月 2006
Offline
Any solution to this? I'm having the same issue. build 15.5.532
User Avatar
Member
3 posts
Joined: 2月 2020
Online
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]

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