So this is the workaround to the issue. I’m just switching to “Parameters” in the motion tab and clicking the “Track” button. But I still would like t…
Give this a try, works for me:
If you want to make a backup system why not backup all the script-related folders, the ones you listed in your first post? I keep all my scripts in t…
In my opinion scripts should always be installed under the user directory and any temp file it needs to create should be under the user directory as w…
Does this work? (dotnetclass “System.IO.File”).WriteAllText batchCommandFileName (batchCommandStringBuffer as string) (dotNetClass “System.Text.Encod…
You can use DialogMonitorOPS here is an example: Depending on your needs “channelInfo.CopyChannel” might work for you.
Check this out, it worked for me:
Edit: In case anyone needs the link to Morphix script
right! Thanks for clearing that up! I thought MZ was referring to the max file “acessing” the network drive for the first time in order to check if th…
Yes, don’t mean to go offtopic, but what I wanted to do with the script is to have a callback script launch right after the user opens a max file. In …
I think it’s not possible to prevent the loading of textures. Have a look at this thread. I was not able to run any function before the “missing text…
GrahamMac: Is there a way to load new icon files into max? Sure! check this out:
Number of sides and and segments are always the same for each fiber in the mesh. I guess I could have gotten rid of some calculations in my first atte…
hehe cool! What you describe in the comments is exactly what I’m doing with the script. Taking the coordinates of the vertices of every segments (1, 2…