-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I think there is an incompatibility between the dev version of Qiber3D and the required package vedo 2023.5.0.
For example, when using net.render.show(), I get the following error:
vedo.settings.useParallelProjection = True
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Settings' object has no attribute 'useParallelProjection'
and when using net.render.compare(), I get:
vedo.plotter.closePlotter()
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'vedo.plotter' has no attribute 'closePlotter'
These things can be fixed by using use_parallel_projection and close() instead but there may be more incompatibilities.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels