ZBrushCentral

Q: go to youtube link within note interface

HI

Sorry I feel like I am not finding things I use to. Going to a link within zbrush in a note interface, I am assuming it is possible but prob needs a trick or 2?

Its just to link to my website/artstation/youtube/email etc. and if at all possible.

Thanks

You’d need to use the ZFileUtils dynamic library, which you can read about and get here:
http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/zfileutils/

Basically you create a simply html file which you store in your plugin data folder, then use the ZFileUtils “LaunchAppWithFile” function to launch the file in the default browser.

The attached script shows a basic example using an ordinary button. It’ simply enough to use the same method for a Note Interface.

Thanks Marcus, I feel like my searching skills are regressing as I get older :confused: