diff --git a/src/Mod/Material/Material.py b/src/Mod/Material/Material.py index d0fe6c7620..99d6d5cba3 100644 --- a/src/Mod/Material/Material.py +++ b/src/Mod/Material/Material.py @@ -97,7 +97,9 @@ def exportFCMat(fileName, matDict): def getMaterialAttributeStructure(withSpaces=None): # material properties - # are there any more resources in FreeCAD source code where known material properties are defined except the material cards itself? + # see the following resources in the FreeCAD wiki for more informations about the material specific properties: + # https://www.freecadweb.org/wiki/Material_data_model + # https://www.freecadweb.org/wiki/Material materialPropertyGroups = ( ("Meta", ("CardName", "AuthorAndLicense", "Source")), ("General", ("Name", "Father", "Description", "Density", "Vendor", "ProductURL", "SpecificPrice")),