Fixed view providers and materials
This commit is contained in:
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.
Regular → Executable
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user