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

Dont create media dir that is invalid in xsq #5087 #5100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

derwin12
Copy link
Collaborator

@derwin12 derwin12 commented Jan 7, 2025

Since an Import, import media by default is based on sequence name it allows it to create a directory that contains commas. Commas in the path of shader, images etc will break in the xsq file. #5087

@computergeek1507
Copy link
Member

There is a clean name until function, other characters should be removed too

@derwin12
Copy link
Collaborator Author

derwin12 commented Jan 7, 2025

I looked for it. Can you point it out to me?

@derwin12
Copy link
Collaborator Author

derwin12 commented Jan 7, 2025

Note that if it is in the file name it is valid to use 'cept for the import with the comma as it breaks the effect. So I shouldnt have to recheck for invalid characters like pipe for example since it cant be in the file name I am importing from.

@cybercop23
Copy link
Collaborator

AKA... Create SAFE Media Dir...

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.

3 participants