Page MenuHome

Fix x3d import
ClosedPublic

Authored by Tomas Antecky (ta) on Sep 17 2019, 3:49 PM.

Details

Summary

Resolve TypeError: importMesh_IndexedLineSet() missing 1 required positional argument: '_' when importing a x3d file

Diff Detail

Event Timeline

Will commit with slightly different fix (no reason to keep that dummy third parameter at all, it never called with more than two).

This revision is now accepted and ready to land.Sep 19 2019, 11:17 AM

Thanks for this bug fix, I was importing a model from Paraview in .x3d format. It saved me.