nevermind… after a max restart everything works fine…
I wrote a tool for the company I used to work for that was doing most of the stuff you need. Unfortunately is under their copyright but I’ll try to wr…
If you send me the tutorial I will take a look at it as I am not sure what do you actually need to get accomplished with the script.
I wrote a similar script and had the same problem with Vray. The issue is that Vray doesn’t update a max global variable when finishes rendering and a…
I am not sure that I understand correctly what do you need but couldn’t you just link the pipes to the sun?
You are right, recursively going through all the directories and loading the tree everytime takes a bit but for us where there were a few artists that…
The activex control has an event called “NavigateComplete2” and I’m using it to send the path back to maxscript. To find all the events just querry yo…
Hey Keith, freelance world is pretty good, cannot complain. As from the writing nice code all I can say is that I’ve learned from the master :bowdown:…
The webpage was initially designed in dreamwaver then I copied the html in the script line by line as strings to use as a template. There is also a fu…
Yes, you can download stuff pretty easily using the dragAndDrop Interface. I am using it quite a lot to download files from a ftp server and it works …
It fails because max is looking for a string. The ” character is a special character for max and is used to delimitate a string. If you want to use it…
The other way to do this is to delete them from the last item in selection, that way the index of the item is not an issue anymore: for s = selectio…