-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max: reset scene and clear undo buffer when starting new scene #493
Max: reset scene and clear undo buffer when starting new scene #493
Conversation
For sake of the PR description - could you add to the descriptioin what in particular "failed" to reset correctly? What was the actual issue? Etc. It's also unclear why the changes here 'solve' this issue that lacks description currently. |
You can try to replicate issue by the following steps in the develop branch.
You may find this video helpful to demonstrate the bug. |
Thanks - this line ☝️ should be in the PR description since it explains the actual issue at hand and also should be used in the testing notes to describe what should be checked for. WHY was this bug there to begin with? I'd expect any DCC that a new scene should clear the scene and not bug out as oddly as this. This makes me curious as to what the difference is between a Max "new scene" and a "reset"? Is this really related to the AYON load logic? Or even if you just create a regular cube does the geometry persist somehow after "new scene"? I feel like we're now obfuscating some other bug. |
…e before starting new scene
I know it's weird, but this is somehow related to the part of the maxscript nature. I have added the condition for checking unsaved change to avoid some possible errors encountered. |
But in your screen recording you're not using any scripting to perform the new file logic? You're literally using their menu entries. 🤯 Haha - I really know too little about 3DsMax. |
I just click to have new scene and it shows up the viewport issue. And it only happened when you have modified scene, and you want to start new scene without saving the modified one. |
…en_starting_new_scene_after_loading_objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did test it and it correctly sets the New Clean Scene
properly.
…en_starting_new_scene_after_loading_objects
Changelog Description
When user load assets and then start the new scene by
File -> New -> New All
, the scene isn't reset correctly. This PR is to fix this bug so that user can get nice and clean scene after starting new scene.Additional info
n/a
Testing notes:
File -> New -> New All