From bc697dc19bccd26b1a77bc756549f74feab5ffe2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 16 Jan 2024 08:39:58 -0300 Subject: [PATCH] [Populate][Fixed] Use of Blender as renderer --- kibot/out_pcb2blender_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/out_pcb2blender_tools.py b/kibot/out_pcb2blender_tools.py index e3d85c918..99e14465d 100644 --- a/kibot/out_pcb2blender_tools.py +++ b/kibot/out_pcb2blender_tools.py @@ -112,6 +112,7 @@ def __init__(self): def config(self, parent): super().config(parent) + self._filters_to_expand = False # List of components self._show_all_components = False if isinstance(self.show_components, str):