Skip to content

CADSegmentator should have default error without trow an error when dropped to the canvas #95

@9and3

Description

@9and3

Just need to add default values and checks for returning None at the beginning of the Run() func:

Run(x: hint = 0):
    if x is None:
        return None

    # the rest of the code

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions