Notifications
Clear all

[Closed] Sub Object Level Names?

 PEN

Anyone know of a way to get the names of the sub object levels of any given modifier?

2 Replies

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

  1. The modifier panel would probably need to be open.
  2. All modifiers would need to be expanded in the list (so all subobject levels are visible).
  3. 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

 PEN

Thanks for the time anyway. I haven’t seen anything either.