Notifications
Clear all

[Closed] moprher in max 2017

Hey guys,
now that max2017 has unlimited channels for morpher, I am wondering what is the easiest way to approach it. Before, as morpher had only 100 channels I could do a for loop from 1 to 100 to get or set parameters on all the channels i wanted, but now as there is no limit to the number of channels I am not sure what I should be using to query all the channels in use…any help?

thanks a lot!

4 Replies

Hey Alex

does WM3_NumberOfChannels <your_morpher_modifier> not work for you ?

BTW: i remember that you asked the question on the b-board too, so maybe you forgot that it got answered there. Title of your thread there was “3dsmax 2017, morpher, and maxscript” …

hey Josef,
thanks for the reply, I remember asking that on the board but I couldn’t find it, I did a search a few times but that post didn’t show up… thanks for the heads up on the name of the post.
as for the WM3_NumberOfChannels I didn’t see that on the maxscript help under morpher, where did you find it?

thanks again for the help, I will test that tonight
Alex

Martin Breidt posted about the WM3_NumberOfChannels() in your thread over there. And he also mentioned that it’s undocumented. I initially wanted to send you the thread link via PM, but was’nt sure whether this being safe or not ( those urls look pretty scary ) . But let me know if you have trouble finding it again, i found it pretty quick …

Thanks again Josef, I found it with the hint you gave me
feels slightly more complicated than before when we had only 100 channels, but that should work! thanks again for the help!