From 78e86c7e05e838e24c22f4633f43b4bcf52e4fab Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 2 Jul 2018 09:03:00 +0200 Subject: [PATCH] Material: material module, add some comment --- src/Mod/Material/Material.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")),