Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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