Enum as bl_idname
without use of .value
#4
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dtu-courses/bsc_thesis#4
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.