Fixed view providers and materials

This commit is contained in:
Markus Lampert
2021-01-26 18:14:09 -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
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):