Material: card header, use the same header in all code files
This commit is contained in:
committed by
Yorik van Havre
parent
1b69cc58a1
commit
899f3df2fe
@@ -1,5 +1,5 @@
|
||||
; My new amazing material file
|
||||
; (c) 2015 Your Name (CC-BY 3.0)
|
||||
; Information about the content of such cards you can find here:
|
||||
; information about the content of such cards you can find here:
|
||||
; http://www.freecadweb.org/wiki/index.php?title=Material
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ def write(filename, dictionary):
|
||||
else:
|
||||
f.write("; " + header["CardName"].encode("utf8") + "\n")
|
||||
f.write("; " + header["AuthorAndLicense"].encode("utf8") + "\n")
|
||||
f.write("; information about the content of this card can be found here:\n")
|
||||
f.write("; information about the content of such cards you can find here:\n")
|
||||
f.write("; http://www.freecadweb.org/wiki/index.php?title=Material\n")
|
||||
f.write("; file produced by FreeCAD" + rev + "\n")
|
||||
f.write("\n")
|
||||
|
||||
Reference in New Issue
Block a user