Notifications
Clear all
[Closed] Save uvw file without user prompt?
Oct 07, 2009 10:30 pm
So I can do something like this…
$.modifiers[1].save()
where the first modifier on my object is a UVWunwrap.
But this brings up the dialog and prompts you for a filename. Is there a way to write one of these uvw files through maxscript without prompting the user for input?
- Neil
2 Replies
1 Reply
couple years ago i couldn’t find a way to save without prompt… i wrote my own function on c++ to extend its functionality.
Oct 07, 2009 10:30 pm
Well, I just rewrote it in script (or at least something similar enough as to do what I needed the function for). Thanks for the advice, a shame there’s no way to do it without manually coding it.
- Neil