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

fixes texture name parsing issue in texturepanel #501

Merged
merged 3 commits into from
Apr 27, 2023

Conversation

neph1
Copy link
Contributor

@neph1 neph1 commented Apr 19, 2023

don't split on " ". Now splits on """ instead to get the actual name. Makes the stripQuotes method obsolete Old texture property wasn't cleared when adding a new texture. This looked ok in the editor, but the source file had all the old names as well.

Fixes #500

don't split on " ". Now splits on "\"" instead to get the actual name. Makes the stripQuotes method obsolete
Old texture property wasn't cleared when adding a new texture. This looked ok in the editor, but the source file had all the old names as well.
@neph1 neph1 changed the title fixes two issues: fixes texture name parsing issue in texturepanel Apr 19, 2023
@neph1
Copy link
Contributor Author

neph1 commented Apr 26, 2023

Merge soonish.

@neph1 neph1 merged commit 88ef54e into jMonkeyEngine:master Apr 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Material editor name parsing fails on spaces
1 participant