API: improve built-in docu for copyObject and moveObject
This commit is contained in:
parent
dd8027a839
commit
4f2992db54
|
@ -75,12 +75,14 @@
|
|||
</Methode>
|
||||
<Methode Name="copyObject">
|
||||
<Documentation>
|
||||
<UserDocu>Copy an object from another document to this document</UserDocu>
|
||||
<UserDocu>copyObject(object, bool with_dependencies = False, bool ignored_argument = False)
|
||||
Copy an object from another document to this document. If with_dependencies is True, all objects this object depends on are copied too.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="moveObject">
|
||||
<Documentation>
|
||||
<UserDocu>Move an object from another document to this document</UserDocu>
|
||||
<UserDocu>moveObject(object, bool with_dependencies = False)
|
||||
Transfers an object from another document to this document. If with_dependencies is True, all objects this object depends on are transferred too.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="undo">
|
||||
|
|
Loading…
Reference in New Issue
Block a user