Unsupported setting 'package_path'

   1252   1   0
User Avatar
Member
105 posts
Joined: 11月 2007
Offline
Hi all,

I'm getting this error when using the package_pathkey in a package file:

ERROR: Unsupported setting 'package_path'
My package file:

{
"package_path" :
[
{"houdini_version > '17.5' and houdini_version < '18'": "$HOUDINI_PACKAGE_PATH/H17.5"},
{"houdini_version > '18'": "$HOUDINI_PACKAGE_PATH/H18.0"}
]
}
User Avatar
Member
105 posts
Joined: 11月 2007
Offline
Found the problem: Only supported from 18.0.315 onwards.
  • Quick Links