Skip to content

Commit 409dc83

Browse files
Weislclaude
andcommitted
#642 Remove (Beta) label from Add Capsule operator
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 74bcbf0 commit 409dc83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

collider_shapes/add_bounding_capsule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class OBJECT_OT_add_bounding_capsule(OBJECT_OT_add_bounding_object, Operator):
1717
"""Create bounding capsule collider based on the selection"""
1818
bl_idname = "mesh.add_bounding_capsule"
19-
bl_label = "Add Capsule (Beta)"
19+
bl_label = "Add Capsule"
2020
bl_description = 'Create bounding capsule colliders based on the selection'
2121

2222
def __init__(self, *args, **kwargs):

0 commit comments

Comments
 (0)