Skip to content
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

Fix wrong raster project palette #1252

Merged

Conversation

manongjohn
Copy link
Collaborator

@manongjohn manongjohn commented Oct 21, 2023

This fixes #1229.

  • The loading of the Symmetry tool at startup was causing the default environment file to load instead of the one in user's profile, so it would start with the sandbox project.

Similar to the Perspective Tool, delayed the initialization of the Symmetry tool until after the user's profile information was loaded.

  • Fixed a bug where the wrong raster palette was being shown when switching to a scene in a different project.

The raster palette for the old project was not being changed to the new project's raster palette.

In this scenario, I forced the new project's raster palette to load.

@manongjohn manongjohn added the 1.4 Included in Version 1.4 label Oct 21, 2023
@artisteacher
Copy link
Contributor

Thanks so much! This fixes the default project on startup.

Just an FYI, loading a scene from a different project through the startup pop-up without changing the project still doesn't load the correct raster palette. This was a pre-existing behavior though.

@manongjohn
Copy link
Collaborator Author

Just an FYI, loading a scene from a different project through the startup pop-up without changing the project still doesn't load the correct raster palette. This was a pre-existing behavior though.

Apparently this happens in Windows also, and I never noticed it before. Will look into also fixing it with this PR.

@artisteacher
Copy link
Contributor

I hadn't noticed it either. I have a very observant student right now!

@artisteacher
Copy link
Contributor

And just an FYI, it also seems to happen whenever loading a recent scene file from the file menu (assuming its a different project) but not when loading directly through the Browser.

@manongjohn
Copy link
Collaborator Author

And just an FYI, it also seems to happen whenever loading a recent scene file from the file menu (assuming its a different project) but not when loading directly through the Browser.

Ok. I think I have it fixed for the cases you mentioned. Let me know if there is a case where it still doesn't work.

@manongjohn manongjohn changed the title Fix macOS startup project loading Fix wrong raster project palette Oct 22, 2023
@manongjohn manongjohn merged commit ad1dd82 into tahoma2d:master Oct 26, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4 Included in Version 1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raster palette not loading
2 participants