Notifications
Clear all

[Closed] (3D max) Open AttributeHolder script code

( 3D max 2016 )
Hi guys, i’m new in 3D max scripting world and i know about google search power, but i couldn’t find any information about my issue.

I got and object with AttributeHolder where i added some Parameters via Parameter Editor and some buttons using Max script, after some time i find out that button i added via script isn’t working correctly and i need to fix script code, but i can’t get button’s script code.The only solution i found was to delete existing AttributeHolder and start from beginning, adding parameters then wire them and adding my buttons with i hope correct script code.

My question is, how can i get access to button script code from AttributeHolder and make changes in it.

1 Reply

That information is stored as a custom attribute on the modifier. Check the maxscript help here.

-Eric