From 027df4f5d9ca8bc3c55ccbe0d2eded76f5bfe862 Mon Sep 17 00:00:00 2001 From: Mucahit Bilal GOKER Date: Thu, 3 Oct 2024 17:12:19 +0100 Subject: [PATCH] get rid of todo comment --- bpy_speckle/ui/project_selection_dialog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bpy_speckle/ui/project_selection_dialog.py b/bpy_speckle/ui/project_selection_dialog.py index 332a394..ad13323 100644 --- a/bpy_speckle/ui/project_selection_dialog.py +++ b/bpy_speckle/ui/project_selection_dialog.py @@ -80,7 +80,6 @@ class SPECKLE_OT_project_selection_dialog(bpy.types.Operator): # TODO: Add UI elements here layout : UILayout = self.layout # Account selection - # TODO: Connect to Speckle API to get accounts layout.prop(context.scene.speckle_state, "account", text="") # Search field