Notifications
Clear all

[Closed] MAXScript plugin extend. Is it possible?

Hello,

Is it possible to create a plugin with multiple extends?

example:

plugin Modifier NewMod
 	name:"Testing"
 	classID:#(0x916fea1, 0x1c2c160)
 	extends:<Here i would like to use both <Displace Modifier> and <Noise Modifier> as extends>
 	replaceUI:true
4 Replies
1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

NO. It’s not possible.

 JHN

I have wished for that many times myself too!
But cannot be done…
-Johan

but there is some workaround. what does the combo modifier has to do?

DenisT can you please share that wokaround.I want to script a single modifier with controls on both Noise and Displace Modifier.