Skip to content

dev version incompatible with vedo 2023.5.0 #2

@JannikIrmai

Description

@JannikIrmai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions