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
We often run into situations where, for example, the user imports a python module, writes out a scene cache containing an object defined in one of that python module's libraries, and is henceforth unable to read that scene cache because the data file contains an unregistered typeId (unless they remember to import the python module so the library gets loaded or whatever).
This can get annoying, so it'd be good to have some kind of mechanism for automatically loading libraries for unregistered type ids
The text was updated successfully, but these errors were encountered:
We often run into situations where, for example, the user imports a python module, writes out a scene cache containing an object defined in one of that python module's libraries, and is henceforth unable to read that scene cache because the data file contains an unregistered typeId (unless they remember to import the python module so the library gets loaded or whatever).
This can get annoying, so it'd be good to have some kind of mechanism for automatically loading libraries for unregistered type ids
The text was updated successfully, but these errors were encountered: