Hi,
My problem is that I want to take a float value from a csv file. I want to put this float value, in the hypershade utility "floatConstant". Especially in the "float" box. I want to do this by Mel/ Python.
The first part , how i can take the value from the csv I think that i am near. I think the MEl code is
//
string $fileName = "c:/temp/test.csv";
int $fileId = fopen $fileName "r"
;
//
. Do anybody know how i can do that?