|
Hi there
I have a question, how to add custom parameters in File -> Preferences using C++ SDK?
In documentation I have found only:
For custom preferences, you can create new preferences in an .xsipref file. However, preferences created this way have no UI and can only be accessed via scripting.
You can also create custom preferences by creating a CustomProperty object and calling InstallCustomPreferences.
But I need UI, and InstallCustomPreferences is the part of scripting, but I already have c++ plugin and I need to use C++ only.
Is there any example?
|
|
|
|
Use Application::ExecuteCommand to call InstallCustomPreference
|
|
|