[Populate][Fixed] Use of Blender as renderer
This commit is contained in:
parent
2c47875fd4
commit
bc697dc19b
|
|
@ -112,6 +112,7 @@ class PCB2Blender_ToolsOptions(VariantOptions):
|
||||||
|
|
||||||
def config(self, parent):
|
def config(self, parent):
|
||||||
super().config(parent)
|
super().config(parent)
|
||||||
|
self._filters_to_expand = False
|
||||||
# List of components
|
# List of components
|
||||||
self._show_all_components = False
|
self._show_all_components = False
|
||||||
if isinstance(self.show_components, str):
|
if isinstance(self.show_components, str):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue