Hi everyone
I am new in Maxscript, I want to be able to turn ON and OFF a check button in an attribute holder (costumed attribute)created previously with the Parameter editor . I am doing an UI that collects some custom attributes from different objects.
But when I tried to check the syntax in the max listener and paste it in the script editor, this pops up:
No ""="" function for ((prop Custom_Attributes ((prop modifiers* (%getDollarSel()))[#FACIAL])) 0.1)
and the script for the button is this:
on btn1 pressed do
(
$.modifiers [#FACIAL].Custom_Attributes.1 = on
)
where the number 1 it's the button´s name
and FACIAL the modifier's name (attribute holder)
Any ideas??
Thank you!!!
By sebastian_chevy · 2015-02-28