Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / How to install custom preferences?
  RSS 2.0 ATOM  

How to install custom preferences?
Rate this thread
 
51588
 
Permlink of this thread  
avatar
  • Total Posts: 2
  • Joined: 22 January 2011 10:22 AM

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?



Replies: 0
avatar

Use Application::ExecuteCommand to call InstallCustomPreference



Replies: 0