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

Checks for duplicate constraints. #461

Merged
merged 5 commits into from
Apr 25, 2024

Commits on Apr 17, 2024

  1. Checks for duplicate constraints.

    On constraint creation checks are added to see if it exists on the selected entity or entitiies.
    The exists method was added to GenericConstraintOp for this.
    Line distances have been replaced for point to point distances.
    TimStrauven committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    06f1d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Flake8 cleanups

    TimStrauven committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    743946c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    50bd9eb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Simplify exists method and version changes

    Simplified the exists method in base_constraint not to do specific checks and moved this logic into the add_distance operator.
    Added version check for older drawings. This updates all distance constraints on a line to the endpoints of that line.
    Changed addon version from 0.27.3 to 0.27.4
    TimStrauven committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b1ed6f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Removed nested if statements

    Added extra check on length of line_entities to avoid errors if it would somehow be out of bounds
    TimStrauven committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7d9d534 View commit details
    Browse the repository at this point in the history