your first line is actually a compare, not a declaration animationonscene==1 is actually asking “is animationonscene equivalent to 1”, whi…
that error means you are trying to declare a variable in at the top level. All of your code should be within parenthesis. This is good practice in g…
running code on selected objects is generally slow. convert your selection to an array, and iterate that. local objList = $selection as array…
Ah i figured it would be something silly. Thanks Denis.
Well that sucks…since it will be tied to a simulation, i guess i could attempt my own draw call, and just manipulate the data in a while loop. This s…
I’m not why it works on the material. It makes sense what lo said in that the data is tied to a controller already when its on a custom attributes. …
So is the only option to build it with custom attributes? As I don’t believe i can do a “get” command on the ColorPicker inside a rollout?
Ah there it is. Thank you sir.
Thanks for the reply Denis. I understand the part about posting code. I was also planning on making a working sample to show the problem, but as the…
It appears its pointing to a memory location, as the number is different every time. No one has seen this? I’m on 3dsmax 2012