We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ac10e commit 2c79daeCopy full SHA for 2c79dae
1 file changed
src/Extend/DataExchange.py
@@ -710,13 +710,9 @@ def read_gltf_file(
710
if not os.path.isfile(filename):
711
raise FileNotFoundError(f"{filename} not found.")
712
713
- # Get root assembly
714
- shape_tool = XCAFDoc_DocumentTool.ShapeTool(doc.Main())
715
-
716
gltf_reader = RWGltf_CafReader()
717
# gltf_reader.SetSystemLengthUnit (aScaleFactorM);
718
gltf_reader.SetSystemCoordinateSystem(RWMesh_CoordinateSystem_posYfwd_posZup)
719
- gltf_reader.SetDocument(doc)
720
gltf_reader.SetParallel(is_parallel)
721
gltf_reader.SetDoublePrecision(is_double_precision)
722
gltf_reader.SetToSkipLateDataLoading(skip_late_data_loading)
0 commit comments