Application path list

Hi,

is there a way to get the installed paths of any application that is stored in plugin settings? I’m doing a postjob script and I can get that with getconfigentry, but only for the plugin that is rendering the job. And for example if I render with maya, I would like to know the paths for nuke. Any tips?

Thanks,
Gabor

Hey Gabor,

You would have to locate the dlinit file for the plugin you want to pull information from, and parse the values out manually. You can use RepositoryUtils to get the plugins directory:
thinkboxsoftware.com/deadlin … _Utilities

You can use that as a base to build up the path to the dlinit file.

Cheers,

  • Ryan

Hi Ryan, thanks for the feedback!
Gabor