I’ve tried each of these lines, in the BeginEditParams function: MessageBox(NULL, _T(“TEST”), _T(“Test test 123”), MB_OK); ExecuteMAXScriptScript(_…
I confirm, prompt still doesn’t display anything.
Thanks, one last thing. With my function I want to able to pass a property of the material, like specularmap, diffusemap,refractionmap and so on. So …
“probably because DiffuseColor in your case is undefined. ” But I want to define DiffuseColor inside the function so the result would be assign box …
Yes Aandreas, it’s true but I don’t need the mirror modifier for this particular task. I just need to invert the x vector (the first number of the fir…
Well, I should have mentioned I want to make this with matrices. I can’t use reset transform. More, collapsing mirror won’t change the matrix to its o…
Awesome, I didn’t know that dot product could do such things. Thanks.
index = parsedName[1] as integer doesn’t work index = (parsedName[1] as integer) works