[Populate][Fixed] Use of Blender as renderer

This commit is contained in:
Salvador E. Tropea 2024-01-16 08:39:58 -03:00
parent 2c47875fd4
commit bc697dc19b
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class PCB2Blender_ToolsOptions(VariantOptions):
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):