I was going to say: “You need to define the path where the script is” But Bobo explained it a lot better than me Cheers.
I use FileIn to execute changing maxscript files, i mean, i change dinamically the maxscript files that i execute, so i use FileIn in the code to exec…
That’s not the problem, underneath max has all the features loaded, the problem is not the GUI, you can find the answer here: Cheers.
What is UIaccessor? Cheers and thanks P.S.: ok, i’ve foudn what is it :), i’m going to investigate. thanks
It doesn’t work, it clears the listener, but not the macrorecorder, wich is what i need to clear But thanks. Cheers.
I don’t want to 3dsmax.exe proccess to run in low priority or with only 4 threads, i want to control the number of threads that are used to render, bu…
I’m doing right now a little demo of a real time videogame, i’ll be doing a couple of characters, also i think i’ll be doing some character animation …
Dont you need an expression like that “>=” or “<=” to compare something with the If statement instead of just “<” or “>”? Cheers.
So…no threading for mental ray render…i thought that because thread a process that it’s going to be threaded also…it’s a bit weird, but i don’t unders…
If you don’t display the vfb and don’t show any bitmap within the threaded funcion it won’t hang max,also save the render to a temporal file, after th…
I’ve found that if i display the vfb or display the bitmap then max hangs, but if i don’t do that, then max stays stable. Another thing i found is th…
Maybe is not working for 64 bit? Cheers. Edit1: LoneRobot some ideas?