Skip to content

new apps

hannes edited this page Feb 24, 2023 · 3 revisions

DAZ menus

DAZ Studio uses Qt Script which is very similar to JavaScript. see API reference

You can create your own menus right in ds. Create actions for what you want and go to window > workspace > customize > menus tab on the right > expand main menu toolbar. Create a new menu and move them into there. By default they go into one named Scripts, but you can call it whatever you want. source

Houdini

see https://github.com/hannesdelbeke/unimenu/issues/22

Photoshop

uses JavaScript (or python with COM, but that's hacky)

see https://github.com/hannesdelbeke/unimenu/issues/27