Notifications
Clear all

[Closed] Display highest map channel on object?

Hi,

I’m looking to return the total number (or highest) of map channel assigned to a object (as usually shown in the channel info spreadsheet).

Does anyone have a method of doing this in MaxScript please?

cheers

DTZ!

2 Replies

Found it… polyop.getnumbmaps appears to do the trick!

Be careful though, just because an object has 3 map channels, that could be map channel 1, 3 and 4, with no 2. So if you want to know the actual highest channel, you’ll need to do something different.

  • Neil