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.
2
src/Mod/Path/Tools/toolbit-attributes.py
Normal file → Executable file
2
src/Mod/Path/Tools/toolbit-attributes.py
Normal file → Executable 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):
|
||||
|
||||
Reference in New Issue
Block a user