monolight 4 Posted August 4 I've tried all I can and it still not working. Need help. This file was placed in Documents/ houdini19.5/ packages. But how to make it work? { "path": "$SIDEFXLABS", "load_package_once": true, "enable": "houdini_version >= '19.0' and houdini_version < '19.1'", "version": "19.0", "env": [ { "SIDEFXLABS": "$HOUDINI_PACKAGE_PATH/SideFXLabs19.0" } ] } Share this post Link to post Share on other sites
archz2 1 Posted August 4 I've never done installation of sidefx labs like this. I always check the box for sidefx lab when Houdini installs. Maybe you can run the setup of Houdini again and check that box? I did a similar thing for installing Houdini Engine for Unreal. I ran the Houdini setup again and checked the respective box. Share this post Link to post Share on other sites
archz2 1 Posted August 4 I've never done installation of sidefx labs like this. I always check the box for sidefx lab when Houdini installs. Maybe you can run the setup of Houdini again and check that box? I did a similar thing for installing Houdini Engine for Unreal. I ran the Houdini setup again and checked the respective box. 41 minutes ago, monolight said: { "path": "$SIDEFXLABS", "load_package_once": true, "enable": "houdini_version >= '19.0' and houdini_version < '19.1'", "version": "19.0", "env": [ { "SIDEFXLABS": "$HOUDINI_PACKAGE_PATH/SideFXLabs19.0" } ] } Your Houdini version is 19.5 but this code mentions 19.0 and 19.1. Maybe that is the issue? Share this post Link to post Share on other sites
monolight 4 Posted August 4 This code needs to be changed to make it work. I can' figure it out. Share this post Link to post Share on other sites
monolight 4 Posted August 5 Solved. { "path": "$SIDEFXLABS", "load_package_once": true, "enable": "houdini_version >= '19.0' and houdini_version <= '20.0'", "version": "19.5", "env": [ { "SIDEFXLABS": "D:\Houdini_plugins\SideFXLabs" } ] } 1 Share this post Link to post Share on other sites