Possibility of using ExecuteSubID with ToolData.
-
Hello! I'm looking for a way to launch my ToolData plugin with preset.
Example:
How can i do it? Should i create and register CommandData plugin in my ToolData plugin project? Or there is another way to do it?
Thanks!
-
Hi @Danchyg1337, thanks for reaching out to us.
The approach you've pointed out can work to activate a ToolData with a specific preset. You've to register a CommanData for every preset you'd like your ToolData to use and, if needed, you can register your ToolData passing the PLUGINFLAG_HIDEPLUGINMENU to avoid that the generic ToolData appears among the menus.
Best, Riccardo