Plugget define an action in the manifest
an example of defining a custom action in the plugget manifest
{
"repo_url": "https://github.com/plugget/plugget-unreal-plugin",
"repo_paths": ["Plugget"],
"actions": [
{
"label": "Open Plugget",
"command": "import plugget_qt;w = plugget_qt.show()"
}
],
"docs_url": "https://github.com/plugget/plugget-unreal-plugin"
}
Backlinks¶
- expose a python tool in plugget without wrapping it
- An example of defining a custom action in plugget: plugget - define an action in the manifest
A tool I can use to test. Let’s wrap the example clock inPySide6_Examples
- An example of defining a custom action in plugget: plugget - define an action in the manifest