I have never used blackboxed HDAs, but if only thing you are trying to do is execute the button, you can try directly promoting the button to your HDA it will be linked with direct HScript expression which may work
tamte I have never used blackboxed HDAs, but if only thing you are trying to do is execute the button, you can try directly promoting the button to your HDA it will be linked with direct HScript expression which may work
Thanks Tomas.
There are actually a few instances where I need to be able to reference various nodes inside black-boxed HDA's and none of them worked due to the permission error.
However, I manged to work around it. Oddly, if I wrap the relevant nodes inside a sub network, inside the HDA, I am then allowed to reference those nodes from the black-boxed HDA's python module.
I've no idea what difference this makes to the black-boxing of the HDA itself, that is, if it's now easier to decompile them, however it's good enough for me as my scripts now work again and users still get the permission denied message if they try to dive into the black-boxed HDA's.
tamte I have never used blackboxed HDAs, but if only thing you are trying to do is execute the button, you can try directly promoting the button to your HDA it will be linked with direct HScript expression which may work
Thanks Tomas.
There are actually a few instances where I need to be able to reference various nodes inside black-boxed HDA's and none of them worked due to the permission error.
However, I manged to work around it. Oddly, if I wrap the relevant nodes inside a sub network, inside the HDA, I am then allowed to reference those nodes from the black-boxed HDA's python module.
I've no idea what difference this makes to the black-boxing of the HDA itself, that is, if it's now easier to decompile them, however it's good enough for me as my scripts now work again and users still get the permission denied message if they try to dive into the black-boxed HDA's.
Hello, I also encountered the same problem. May I ask how you solved it?