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

Hack around missing images. #286

Open
Hoikas opened this issue Aug 30, 2021 · 2 comments
Open

Hack around missing images. #286

Hoikas opened this issue Aug 30, 2021 · 2 comments

Comments

@Hoikas
Copy link
Member

Hoikas commented Aug 30, 2021

Currently. if an image is missing at export time, an irrecoverable error is raised. While this is probably, in theory, the best behavior, it poses an annoying obstacle to exchanging blend files. Instead, we should consider exporting a dynamic text map with xDynaTextBoy.py set to print "ERROR" onto it.

@dpogue
Copy link
Member

dpogue commented Aug 30, 2021

A simpler way to accomplish the same thing would be to have an error image at a known file path (or embedded in korlib as a byte array) that could be exported

@Hoikas
Copy link
Member Author

Hoikas commented Aug 30, 2021

This would work well with my plan to remove PyKorlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants