Skip to content

Commit

Permalink
add capsule beta label
Browse files Browse the repository at this point in the history
  • Loading branch information
Weisl committed Jul 11, 2023
1 parent f1f2db5 commit 68012d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collider_shapes/add_bounding_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class OBJECT_OT_add_bounding_capsule(OBJECT_OT_add_bounding_object, Operator):
"""Create bounding capsule collider based on the selection"""
bl_idname = "mesh.add_bounding_capsule"
bl_label = "Add Capsule"
bl_label = "Add Capsule (Beta)"
bl_description = 'Create bounding capsule colliders based on the selection'

def __init__(self):
Expand Down

0 comments on commit 68012d4

Please sign in to comment.