For the sake of this example, let's say I have unzipped the SideFXLabs-1.205.zip file into a directory called:
C:/custom/packages
Now, the contents of the zip archive is a folder called SideFXLabs-1.205, which means when I am done unzipping, I have:
C:/custom/packages/SideFXLabs-1.205
inside of which are all the SideFXLabs subfolders and, crucially, the SideFXLabs.json package file.
I add this directory to HOUDINI_PACKAGE_DIR:
HOUDINI_PACKAGE_DIR="C:/custom/packages/SideFXLabs-1.205"
so that Houdini will find the SideFXLabs.json file. Then, inside SideFXLabs.json, I set the “SIDEFXLABS” env dictionary key to the value of:
"SIDEFXLABS": "C:/custom/packages"
which is the folder I chose for unzipping into. This is, as far as I can tell, precisely what the docs say to do, but while I do see a SideFXLabs shelf (with only one button for updating itself), I do not get any other shelf buttons nor do I get any Labs nodes.
What am I doing wrong?