Notifications
Clear all

[Closed] How can I open the Render Output File Interface using MAXScript?

Hello everyone!

How can I open the Render Output File Interface using MAXScript?

Thanks!

2 Replies
 JHN

I think:


getBitmapOpenFileName [caption:<title>] [filename:<seed_filename_string>]

getBitmapSaveFileName [caption:<title>] [filename:<seed_filename_string>]

Will be the dialogs you want, they are listed under “Bitmap Values” in the help file.

Cheers,
-Johan

Thank you for your answer! I’ve found it!

Thank you!