Core: Add getRootObjectsIgnoreLinks and fix bugs in tree.cpp and AssemblyObject.cpp, CommandInsertLink.py, UtilsAssembly.py

This commit is contained in:
PaddleStroke
2024-05-10 11:26:33 +02:00
committed by Yorik van Havre
parent 4cd8b2ad15
commit 344b125a07
8 changed files with 51 additions and 5 deletions

View File

@@ -291,6 +291,12 @@ sort: whether to topologically sort the return list
</Documentation>
<Parameter Name="RootObjects" Type="List" />
</Attribute>
<Attribute Name="RootObjectsIgnoreLinks" ReadOnly="true">
<Documentation>
<UserDocu>The list of root objects in this document ignoring references from links.</UserDocu>
</Documentation>
<Parameter Name="RootObjectsIgnoreLinks" Type="List" />
</Attribute>
<Attribute Name="UndoMode" ReadOnly="false">
<Documentation>
<UserDocu>The Undo mode of the Document (0 = no Undo, 1 = Undo/Redo)</UserDocu>