Custom Ribbon tab with 3ds Max SDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone!
I'm creating a 3ds Max plugin using the .NET SDK, 2016 version. What I want is to create a custom tab on the ribbon with a few buttons, dropdown lists and toggles.
I've made a xaml file with the layout that I want, but for the life of me I cannot find any methods to access those controls from the SDK code. I want to populate the dropdowns and then read the value that the user chose, but I cannot even get a handle to them.
I can successfully use CUIActionCommandAdapters to bind actions that I want to the buttons in the customization window, but nothing else at all.
Is there something that I'm utterly missing? Or is there really no way to do that in 3ds Max SDK? Or, if it's a .NET limitation, how do I do that with C++?
Thanks in advance!