Fixed view providers and materials

This commit is contained in:
Markus Lampert
2021-01-17 16:51:58 -08:00
parent c7fd08f858
commit be4d90a8b3
10 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
src/Mod/Path/Tools/toolbit-attributes.py Normal file → Executable file
View File

@@ -100,7 +100,7 @@ if args.set:
for i, fname in enumerate(args.path):
#print(fname)
doc = FreeCAD.openDocument(fname, True)
doc = FreeCAD.openDocument(fname, False)
print("{}:".format(doc.Name))
for o in doc.Objects:
if PathPropertyBag.IsPropertyBag(o):