addon
USD Addon for AYON.
USDAddon
Bases: AYONAddon, ITrayAddon, IPluginPaths
Addon to add USD Support to AYON.
Addon can also skip distribution of binaries from server and can use path/arguments defined by server.
Cares about supplying USD Framework.
Source code in client/ayon_usd/addon.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | |
get_launch_hook_paths()
Get paths to launch hooks.
Source code in client/ayon_usd/addon.py
48 49 50 | |
initialize(studio_settings)
Initialize USD Addon.
Source code in client/ayon_usd/addon.py
29 30 31 | |
tray_exit()
Exit tray module.
Source code in client/ayon_usd/addon.py
40 41 42 | |
tray_init()
Initialize tray module.
Source code in client/ayon_usd/addon.py
25 26 27 | |
tray_menu(tray_menu)
Add menu items to tray menu.
Source code in client/ayon_usd/addon.py
44 45 46 | |
tray_start()
Start tray module.
Skip downloading base USD, not needed now.
Source code in client/ayon_usd/addon.py
33 34 35 36 37 38 | |