Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python Data_Order #850

Merged
merged 1 commit into from
Dec 20, 2020
Merged

Fix Python Data_Order #850

merged 1 commit into from
Dec 20, 2020

Commits on Dec 20, 2020

  1. Fix & Replace Python Data_Order

    The `Data_Order` enum in python and thus `Mesh::data_order` are
    broken due to an upstream bug in pybind11 with non-int enums.
    
    Replace the setter and read-only property with a unified property
    and remove the enum for the sake of simplicity (just compare to a
    char in popular Python "enums are strings, better spell it right"-
    manner).
    ax3l committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    af9161f View commit details
    Browse the repository at this point in the history