Material: mat card parser, there are two parsers in FreeCAD, make some comments about the existance of each other
This commit is contained in:
committed by
Yorik van Havre
parent
e1740c0c10
commit
4b08acd301
@@ -83,6 +83,8 @@ def decode(name):
|
||||
# in standard ini file format a = in the value without any encapsulation or string quotes is not allowed (AFAIK)
|
||||
# https://en.wikipedia.org/wiki/INI_file
|
||||
# http://www.docuxplorer.com/WebHelp/INI_File_Format.htm
|
||||
# in the module Material.py is another implementaion of reading and writing FCMat files which uses the module ConfigParser
|
||||
# it seams these are not used inside FreeCAD
|
||||
|
||||
# Metainformations
|
||||
# first five lines are the same in any card file
|
||||
|
||||
Reference in New Issue
Block a user