[Base3DOptions] Removed initialization now done in the constructor

This commit is contained in:
Salvador E. Tropea 2022-09-09 11:34:25 -03:00
parent 11cba00a1f
commit b85aca8c29
1 changed files with 0 additions and 2 deletions

View File

@ -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():