-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Reference texture support #728
Conversation
- Added initial Implementation - Only .png files are supported - No Overlay Option - Only supports native file import (no web or built-in explorer support)
src/GlobalSettings.gd
Outdated
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.
I don't like that I have to use a signal in GlobalSettings, it feels like I'm doing something wrong.
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.
IMO move it inside the Indications singleton instead.
But it's fine as it is. Just move out of draft when you feel ready.
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.
Ok. I think I'll go figure that out.
This is an excellent initial implementation. |
Thanks! Should I mark as ready to merge or wait? |
Mark as ready if you want me to review the current code. |
- Changed imported_reference signal to be in Indications and not GlobalSettings - Hides the button when using web (Web Functionality not yet implemented)
Alright, I moved the signal to Indications and I made it invisible on web as it is not supported yet. It should now be ready to merge. |
Thanks! |
* Initial Commit - Added initial Implementation - Only .png files are supported - No Overlay Option - Only supports native file import (no web or built-in explorer support) * Added support for non-native file dialog * Removed Placeholder Texture in ReferenceTexture * Added ability to overlay the reference image * Various Changes - Changed imported_reference signal to be in Indications and not GlobalSettings - Hides the button when using web (Web Functionality not yet implemented) * Fixed Merge Conflict * Hopefully Fixed Merge Conflict * Another Fix
* Initial Commit - Added initial Implementation - Only .png files are supported - No Overlay Option - Only supports native file import (no web or built-in explorer support) * Added support for non-native file dialog * Removed Placeholder Texture in ReferenceTexture * Added ability to overlay the reference image * Various Changes - Changed imported_reference signal to be in Indications and not GlobalSettings - Hides the button when using web (Web Functionality not yet implemented) * Fixed Merge Conflict * Hopefully Fixed Merge Conflict * Another Fix
Added Reference Image Button
Reference Popup
No Overlay
Overlay