⚲
Projet
Général
Profil
Connexion
S'enregistrer
Accueil
Projets
Aide
Recherche
:
Polytech Ge Sous Traitance
Tous les projets
Polytech Projets Ge
»
Polytech Ge Sous Traitance
Aperçu
Activité
Roadmap
Demandes
Gantt
Calendrier
Annonces
Documents
Wiki
Fichiers
Dépôt
Télécharger (369 octets)
Support #13481
» First_AddOn.py
Anonyme, 27/10/2021 14:25
bl_info
=
{
"name"
:
"Print Hello World"
,
"blender"
:
(
2
,
80
,
0
),
"category"
:
"Import-Export"
,
}
# Description de l'Add-On
def
register
():
#Fonction qui s'execute dès l'activation de l'add-on
print
(
"Add-On Test Activer"
)
def
unregister
():
#Fonction qui s'execute dès la désactivation de l'add-on
print
(
"Add-On Test Désactiver"
)
« Précédent
1
2
3
Suivant »
(2-2/3)
Chargement...