I am doing some pipeline for our small company. We are using packages that are on a shared network drive to use plugins, which is super cool.
From time to time, I encounter an issue and would like to see if the issue still exists without any plugins.
The package folder is shared to everyone who launches Houdini through a windows env var.
Would there be a way (like an argument maybe) to launch Houdini without any packages? Something like "pathToHoudini.exe -nopackages" ?
I also tried to setup a variable in houdini.env called "ignorePackages" set to 1, and tried to catch it in my package but it does not seem to work
"enable":
{"ignorePackages== 'true'":false},
Does anybody have any idea on how to do this, please?
Cheers,
ValDo