Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® Softimage® / XSI SDK / Can I clear the 'Scene-have-changed' flag?
  RSS 2.0 ATOM  

Can I clear the 'Scene-have-changed' flag?
Rate this thread
 
30146
 
Permlink of this thread  
avatar
  • RedBjarne
  • Posted: 20 December 2008 11:09 PM
  • Location: Copenhagen
  • Total Posts: 50
  • Joined: 22 February 2008 02:47 AM

Is there a way to clear the ‘the-scene-have-changed’ flag from the system so the user is not asked to save the scene before loading a new one?



Replies: 0
avatar

I don’t think it exists as a global preference, but you could create a custom command that contains this code:

NewScene(nullfalse);

Then you can add it as a button in a toolbar, or in the File menu, or assign it to the CTRL+n shortcut.
But you won’t be able to simply replace the built-in “New Scene” item (fortunately).

Cheers.



Replies: 0