You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently you need to create a plugin in the plugin folder.
refresh, or restart marmoset
then go to the menu and run your plugin.
with commandline args this could be run on startup
improvement
when running the plugin, you see a window with the menu
the window can be more "menu-like" with smarter layouts
might even be better to replace the dropdown layout with a normal button. and spawn buttons underneath when clicked
sample plugin
setup the env
run config setup
(reload is usefull for dev purposes)
importsyssys.path.append(r'C:\Users\hanne\OneDrive\Documents\repos\openmenu')
sys.path.append(r'path to my yaml module installation') # yamlcfg=r"C:\Users\hanne\OneDrive\Documents\repos\openmenu\samples\config.json"importopenmenuimportopenmenu.coreascimportopenmenu.marmosetasbfromimportlibimportreloadreload(b)
reload(c)
reload(openmenu)
openmenu.config_setup(cfg)
The text was updated successfully, but these errors were encountered:
setup
currently you need to create a plugin in the plugin folder.
refresh, or restart marmoset
then go to the menu and run your plugin.
with commandline args this could be run on startup
improvement
when running the plugin, you see a window with the menu
the window can be more "menu-like" with smarter layouts
might even be better to replace the dropdown layout with a normal button. and spawn buttons underneath when clicked
sample plugin
setup the env
run config setup
(reload is usefull for dev purposes)
The text was updated successfully, but these errors were encountered: