Enum as bl_idname
without use of .value
#4
Labels
No labels
bug
formal
investigation
literature
plan
report
simulation
visualization
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dtu/bsc_thesis#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to make sure we're calling
.value
after putting anenum
type intobl_idname
.See especially
socket_type.py
. More details in commit9LZaMLrJb9opH7Zngb9SxnuRtBwPJfcX
.Implemented.