You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: