Notifications
Clear all

[Closed] 'File->New-> New All'

Hello, I’m completely newbie. I’m trying to batch import files, and clear the scene by ‘File->New->New All’ after file imported. Anyone knows the maxscript code for it? The closest I can find is this , but restting isn’t an option since I need all the settings as is.

2 Replies

Try:

actionMan.executeAction 0 "16"  -- File: New Scene, Clear All

or

delete objects

I would use reset not new all.

resetMaxfile ()