-
Notifications
You must be signed in to change notification settings - Fork 117
Make qlib_package.json platform agnostic #1440
Copy link
Copy link
Closed
Description
{
"path": "$QLIB",
"load_package_once": true,
"recommends": "houdini_version >= '17.5.321'",
"env": [
{
"var": "QLIB",
"value": "$HOUDINI_PACKAGE_PATH"
},
{
"var": "QOTL",
"value": "$QLIB/otls"
},
{
"var": "HOUDINI_OTLSCAN_PATH",
"value": [
"$QOTL/base",
"$QOTL/experimental",
"$QOTL/future"
],
"method": "append"
}
]
}
At load time $HOUDINI_PACKAGE_PATH resolves to the directory where the json file was found. With this you do not have to edit the json file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels