From 864e8d3a485e5bfade80459714c77b7619895744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Perdig=C3=A3o?= Date: Tue, 7 Jan 2025 18:05:23 -0300 Subject: [PATCH] Typo. --- src/bonsai/bonsai/bim/module/aggregate/operator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bonsai/bonsai/bim/module/aggregate/operator.py b/src/bonsai/bonsai/bim/module/aggregate/operator.py index 8555a4168c..d4cff5151b 100644 --- a/src/bonsai/bonsai/bim/module/aggregate/operator.py +++ b/src/bonsai/bonsai/bim/module/aggregate/operator.py @@ -403,9 +403,9 @@ class BIM_OT_toggle_aggregate_mode_local_view(bpy.types.Operator): return {"FINISHED"} -class BIM_OT_aggregate_assing_new_objects_in_aggregate_mode(bpy.types.Operator): - bl_idname = "bim.aggregate_assing_new_objects_in_aggregate_mode" - bl_label = "Aggregate Assing New Objects In Aggregate Mode" +class BIM_OT_aggregate_assign_new_objects_in_aggregate_mode(bpy.types.Operator): + bl_idname = "bim.aggregate_assign_new_objects_in_aggregate_mode" + bl_label = "Aggregate Assign New Objects In Aggregate Mode" bl_options = {"REGISTER", "UNDO"} relating_object: bpy.props.IntProperty() related_object: bpy.props.IntProperty()