1 parent 74bcbf0 commit 409dc83Copy full SHA for 409dc83
1 file changed
collider_shapes/add_bounding_capsule.py
@@ -16,7 +16,7 @@
16
class OBJECT_OT_add_bounding_capsule(OBJECT_OT_add_bounding_object, Operator):
17
"""Create bounding capsule collider based on the selection"""
18
bl_idname = "mesh.add_bounding_capsule"
19
- bl_label = "Add Capsule (Beta)"
+ bl_label = "Add Capsule"
20
bl_description = 'Create bounding capsule colliders based on the selection'
21
22
def __init__(self, *args, **kwargs):
0 commit comments