[Mel][Maya] Begginer. Is it possible to convert string text back to variable name?
Hey there. Begginer question. Is it possible in MEL to convert string text back to variable name. Here is rough example:
$x=smoothstep(0,30,frame);
$y=smoothstep(50,60,frame);
$a=$x*$y;
//down …