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
I re-wrote import_tf on Python and tried it on real-world files. It turned out that [FillStyle] was not presented in drDefinePacket. My workaround was:
I re-wrote import_tf on Python and tried it on real-world files. It turned out that [FillStyle] was not presented in drDefinePacket. My workaround was:
packets[defs[1]] = [ defs[2], defs[3], defs[4], defs[5], defs[6] if len(defs) > 6 else None ]
The text was updated successfully, but these errors were encountered: