Translations:Power users hub/35/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 2: Line 2:
** [[Scripted_objects_with_attachment/fr|Objets créés par script avec pièce jointe]]: comment rendre les objets créés par script attachables à d'autres objets.
** [[Scripted_objects_with_attachment/fr|Objets créés par script avec pièce jointe]]: comment rendre les objets créés par script attachables à d'autres objets.
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]: comment sauvegarder et restaurer les attributs de la classe proxy avec {{incode|__getstate__}} et {{incode|__setstate__}}.
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]: comment sauvegarder et restaurer les attributs de la classe proxy avec {{incode|__getstate__}} et {{incode|__setstate__}}.
** [[Scripted_objects_migration/fr|Migration d'objets créés par script]]: comment migrer d'anciens objets créés par script vers une nouvelle classe.
** [[Scripted_objects_migration|Scripted objects migration]]: comment migrer d'anciens objets créés par script vers une nouvelle classe.

Revision as of 12:21, 13 May 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Power users hub)
* [[Scripted_objects|Scripted objects]]: how to make 100% Python-scripted objects.
** [[Scripted_objects_with_attachment|Scripted objects with attachment]]: how to make scripted objects attachable to other objects.
** [[Scripted_objects_saving_attributes|Scripted objects saving attributes]]: how to save and restore attributes of the proxy class with {{incode|dumps}} and {{incode|loads}}.
** [[Scripted_objects_migration|Scripted objects migration]]: how to migrate old scripted objects to a new class.