I tried something like this to redefine my ca. No errors, but it returns a unknown property if i try $obj.modifiers[1].A.Ctrl.node [quote=]attributes…
ok, this code works. wich is odd because i just copied it out of the original code. at least i know how to access the attributes, thx lo. obj = tea…
but there’s definitely a attributeHolder with a CA on it. spine_ca = custAttributes.getDef $.modifiers[1].Spine_def confirms that. stay tuned lo,…
hm, i tried both, but i get a “MAXScript Rollout Handler Exception: – Unknown property: “Spine_def” “
sc1 = SpineSeg.value+1 sc2 = SpineSeg.value+1 ( Txt = “def=attributes Spine_def ” Txt += “( ” Txt += ” parameters SpineParams rollou…
I tried (“slider”+i as string) before, but without square brackets. But even with square brackets i get a syntax error.
Yep, brackets and ok works like a charm. Thank you very much guys
Hey Johan, It’s not the error messages that bother me, like i said before it is that the same string get evaluated 200 times (for 200 lines of code) …
Ok, weight track mistery solved. Weight is a float array so i put .weight[1] at the end it worked. The macro recorder can be confusing sometimes Any…
and while i’m at it, here’s another question. Is it possible to disable the evaluation in the listener? I’m asking because my code contains a string…