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

From FreeCAD Documentation
(Created page with "* Objets créés par script: comment créer des objets créés par script à 100% en Python. ** Scripted_objects_with_attachment/fr|Objets créés pa...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [[Scripted_objects/fr|Objets créés par script]]: comment créer des objets créés par script à 100% en Python.
* [[Scripted_objects/fr|Objets créés par script]] : comment créer des objets créés par script à 100% en Python.
** [[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/fr|Sauvegarde des attributs des objets scripts]] : comment sauvegarder et restaurer les attributs de la classe proxy avec {{incode|dumps}} et {{incode|loads}}.
** [[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/fr|Migration d'objets créés par script]] : comment migrer d'anciens objets créés par script vers une nouvelle classe.
* [[Drawing Module/fr|Atelier Drawing]]: automatisation du processus 3D vers 2D.

Latest revision as of 12:31, 27 January 2024

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.