Notifications
Clear all

[Closed] Save uvw file without user prompt?

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
(@denist)
Joined: 11 months ago

Posts: 0

couple years ago i couldn’t find a way to save without prompt… i wrote my own function on c++ to extend its functionality.

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