update urls to gitea repository
parent
386be46251
commit
92e53f8368
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Blender addon - Various tool to help with grease pencil in animation productions.
|
Blender addon - Various tool to help with grease pencil in animation productions.
|
||||||
|
|
||||||
**[Download latest](https://gitlab.com/autour-de-minuit/blender/gp_toolbox/-/archive/master/gp_toolbox-master.zip)**
|
**[Download latest](https://git.autourdeminuit.com/autour_de_minuit/gp_toolbox/archive/master.zip)**
|
||||||
|
|
||||||
**[Demo video](https://www.youtube.com/watch?v=Htgao_uPWNs)**
|
**[Demo video](https://www.youtube.com/watch?v=Htgao_uPWNs)**
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Blender addon - Boîte à outils de grease pencil pour la production d'animation.
|
Blender addon - Boîte à outils de grease pencil pour la production d'animation.
|
||||||
|
|
||||||
**[Télécharger la dernière version](https://gitlab.com/autour-de-minuit/blender/gp_toolbox/-/archive/master/gp_toolbox-master.zip)**
|
**[Télécharger la dernière version](https://git.autourdeminuit.com/autour_de_minuit/gp_toolbox/archive/master.zip)**
|
||||||
|
|
||||||
**[Demo video](https://www.youtube.com/watch?v=Htgao_uPWNs)**
|
**[Demo video](https://www.youtube.com/watch?v=Htgao_uPWNs)**
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ bl_info = {
|
||||||
"blender": (4, 0, 0),
|
"blender": (4, 0, 0),
|
||||||
"location": "Sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
|
"location": "Sidebar (N menu) > Gpencil > Toolbox / Gpencil properties",
|
||||||
"warning": "",
|
"warning": "",
|
||||||
"doc_url": "https://gitlab.com/autour-de-minuit/blender/gp_toolbox",
|
"doc_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_toolbox",
|
||||||
"tracker_url": "https://gitlab.com/autour-de-minuit/blender/gp_toolbox/-/issues",
|
"tracker_url": "https://git.autourdeminuit.com/autour_de_minuit/gp_toolbox/issues",
|
||||||
"category": "3D View",
|
"category": "3D View",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue