Jump to content

Side FX Labs 19.5 manual installation.


Recommended Posts

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"
        }
    ]
}

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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? 

Link to comment
Share on other sites

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"
        }
    ]
}
 

  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...