Arch: added precast concrete presets & objects to structure tool - issue #2853

This commit is contained in:
Yorik van Havre
2016-06-12 22:47:58 -03:00
parent 135e6cf9de
commit ca2dbe032c
12 changed files with 3416 additions and 37 deletions

View File

@@ -43,7 +43,7 @@ profilefiles = [os.path.join(FreeCAD.getResourceDir(),"Mod","Arch","Presets","pr
os.path.join(os.path.dirname(__file__),"Presets","profiles.csv")]
def readPresets():
Presets=[None]
Presets=[]
for profilefile in profilefiles:
if os.path.exists(profilefile):
try: