Advanced Member thinkinmonkey Posted January 25, 2024 Advanced Member Share Posted January 25, 2024 Hello, is there a "save current scene" command in python? I can't find any information in the documentation, only save dialog commands. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Carlosan Posted February 22, 2024 Share Posted February 22, 2024 Try this ----------------- import coat # Save the current scene coat.Scene.save() Quote Link to comment Share on other sites More sharing options...
Advanced Member thinkinmonkey Posted February 23, 2024 Author Advanced Member Share Posted February 23, 2024 Hello Carlosan, I receive the following error message: What am I missing? Thanks. Quote Link to comment Share on other sites More sharing options...
Advanced Member thinkinmonkey Posted February 23, 2024 Author Advanced Member Share Posted February 23, 2024 23 hours ago, Carlosan said: Try this ----------------- import coat # Save the current scene coat.Scene.save() By the way, at the moment I'm using the following suggestion from an user in 3DC Discord server: coat.ui.cmd("$SAVE_FILEFAST"); 1 Quote Link to comment Share on other sites More sharing options...
Solution Andrew Shpagin Posted February 23, 2024 Solution Share Posted February 23, 2024 Usually I don't include commands accessible directly from the UI, so this is correct: coat.ui.cmd("$SAVE_FILEFAST"); 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.