mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:49:00 +08:00
Fixes for X3DReader
This commit is contained in:
parent
3321b23925
commit
b6364b2804
@ -42,7 +42,8 @@ class X3DReader(MeshReader):
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._supported_extensions = [".x3d"]
|
self._supported_extensions = [".x3d"]
|
||||||
self._namespaces = {}
|
# TODO: Remove after testing because it appears to be unused
|
||||||
|
# self._namespaces = {}
|
||||||
|
|
||||||
# Main entry point
|
# Main entry point
|
||||||
# Reads the file, returns a SceneNode (possibly with nested ones), or None
|
# Reads the file, returns a SceneNode (possibly with nested ones), or None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user