Notifications
Clear all
[Closed] Sub Object Level Names?
Jun 17, 2008 6:48 pm
Anyone know of a way to get the names of the sub object levels of any given modifier?
2 Replies
Jun 17, 2008 6:48 pm
Afaik, the only possible way to get this information would be to find the handle of the modifier listbox and retrieve it’s items. However… this probably won’t work either because
- The modifier panel would probably need to be open.
- All modifiers would need to be expanded in the list (so all subobject levels are visible).
- I don’t think you can get the text from the listbox as the mxs implementation of sendMessage only accepts integers as lparam/wparam…
Ah well, I suppose that’s what maxscriptin’ is all about, finding workarounds to solve problems to solve problems
Cheers,
Martijn