monolight Posted August 4, 2022 Share Posted August 4, 2022 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" } ] } Quote Link to comment Share on other sites More sharing options...
archz2 Posted August 4, 2022 Share Posted August 4, 2022 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. Quote Link to comment Share on other sites More sharing options...
archz2 Posted August 4, 2022 Share Posted August 4, 2022 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? Quote Link to comment Share on other sites More sharing options...
monolight Posted August 4, 2022 Author Share Posted August 4, 2022 This code needs to be changed to make it work. I can' figure it out. Quote Link to comment Share on other sites More sharing options...
monolight Posted August 5, 2022 Author Share Posted August 5, 2022 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.