From b85aca8c2924766df7e19c8eab9987aca231e6a3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 9 Sep 2022 11:34:25 -0300 Subject: [PATCH] [Base3DOptions] Removed initialization now done in the constructor --- kibot/out_base_3d.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kibot/out_base_3d.py b/kibot/out_base_3d.py index 7eafa460..8e2b44ed 100644 --- a/kibot/out_base_3d.py +++ b/kibot/out_base_3d.py @@ -56,7 +56,6 @@ class Base3DOptions(VariantOptions): KiConf.init(GS.pcb_file) # List of models we already downloaded downloaded = set() - self.undo_3d_models = {} extra_debug = GS.debug_level > 3 # Look for all the footprints for m in GS.get_modules(): @@ -133,7 +132,6 @@ class Base3DOptions(VariantOptions): return list(models) def filter_components(self): - self.undo_3d_models_rep = {} if not self._comps: # No variant/filter to apply if self.download_models():