Fixed an issue related to Wings3D not saving objects' status#637
Fixed an issue related to Wings3D not saving objects' status#637Micheus wants to merge 1 commit into
Conversation
It was noticed that changes to visibility, lock, wire, and selection in the Geometry Graph window were not being stored when the file had already been saved. To fix this, these actions now mark the file as needing to be saved. Note: Fixed some objects' properties (like visibility) not been saved. Thanks to ozylot
|
Issues:
|
|
The issue was reported on Discord:
I understand that, because with a lot of elements in a scene, sometimes at the end of the day reviewing, we may just show something previously hidden and turn it back and leave the project losing that information.
It's already works this way. You can check.
What we could do to improve this instead of tell the user: you will need to select and deselect anything before you leave the program - this way the hide/lock option will be stored. |
It was noticed that changes to visibility, lock, wire, and selection in the Geometry Graph window were not being stored when the file had already been saved. To fix this, these actions now mark the file as needing to be saved.
Note:
Fixed some objects' properties (like visibility) not been saved. Thanks to ozylot