From 6821f665082984d5463ad4dd70e07d698649b402 Mon Sep 17 00:00:00 2001 From: pazema Date: Fri, 26 Apr 2024 17:57:38 +0200 Subject: [PATCH] WIP:chore(URL): working on images path --- content/posts/GTA5/gta5-livery.md | 9 ++++----- .../posts/images/gta5 => static/img}/ao/cast.png | Bin .../posts/images/gta5 => static/img}/ao/invert.png | Bin .../images/gta5 => static/img}/ao/materials.png | Bin .../posts/images/gta5 => static/img}/ao/render1.png | Bin .../posts/images/gta5 => static/img}/ao/render2.png | Bin .../posts/images/gta5 => static/img}/ao/render3.png | Bin {content/posts/GTA5 => static/img}/livery/img_1.png | Bin {content/posts/GTA5 => static/img}/livery/img_2.png | Bin {content/posts/GTA5 => static/img}/livery/img_3.png | Bin .../GTA5 => static/img}/livery/viewport_uv.png | Bin 11 files changed, 4 insertions(+), 5 deletions(-) rename {content/posts/images/gta5 => static/img}/ao/cast.png (100%) rename {content/posts/images/gta5 => static/img}/ao/invert.png (100%) rename {content/posts/images/gta5 => static/img}/ao/materials.png (100%) rename {content/posts/images/gta5 => static/img}/ao/render1.png (100%) rename {content/posts/images/gta5 => static/img}/ao/render2.png (100%) rename {content/posts/images/gta5 => static/img}/ao/render3.png (100%) rename {content/posts/GTA5 => static/img}/livery/img_1.png (100%) rename {content/posts/GTA5 => static/img}/livery/img_2.png (100%) rename {content/posts/GTA5 => static/img}/livery/img_3.png (100%) rename {content/posts/GTA5 => static/img}/livery/viewport_uv.png (100%) diff --git a/content/posts/GTA5/gta5-livery.md b/content/posts/GTA5/gta5-livery.md index a520dbd..de56492 100644 --- a/content/posts/GTA5/gta5-livery.md +++ b/content/posts/GTA5/gta5-livery.md @@ -15,20 +15,19 @@ La voiture doit passer en paint1 pour avoir la même configuration que les autre Sur Blender, avec ZenUV, ce mettre en edit mode : -![img.png](/livery/viewport_uv.png) - +![viewport](/static/img/livery/viewport_uv.png) * sélectionner le vehicle_generic_smallspecmap [PRIMARY] en paint4 en UVMap 0 * Copier le UVMap 0 * Coller celui-ci dans UVMap 1 -![img_1.png](../images/gta5/livery/img_1.png) +![viewport](/static/img/livery/img_1.png) Pour ensuite convertir le materials en vehicle_paint1 -![img_3.png](../images/gta5/livery/img_3.png) +![viewport](/static/img/livery/img_2.png) -![img_2.png](../images/gta5/livery/img_2.png) +![viewport](/static/img/livery/img_3.png) ### Pourquoi : diff --git a/content/posts/images/gta5/ao/cast.png b/static/img/ao/cast.png similarity index 100% rename from content/posts/images/gta5/ao/cast.png rename to static/img/ao/cast.png diff --git a/content/posts/images/gta5/ao/invert.png b/static/img/ao/invert.png similarity index 100% rename from content/posts/images/gta5/ao/invert.png rename to static/img/ao/invert.png diff --git a/content/posts/images/gta5/ao/materials.png b/static/img/ao/materials.png similarity index 100% rename from content/posts/images/gta5/ao/materials.png rename to static/img/ao/materials.png diff --git a/content/posts/images/gta5/ao/render1.png b/static/img/ao/render1.png similarity index 100% rename from content/posts/images/gta5/ao/render1.png rename to static/img/ao/render1.png diff --git a/content/posts/images/gta5/ao/render2.png b/static/img/ao/render2.png similarity index 100% rename from content/posts/images/gta5/ao/render2.png rename to static/img/ao/render2.png diff --git a/content/posts/images/gta5/ao/render3.png b/static/img/ao/render3.png similarity index 100% rename from content/posts/images/gta5/ao/render3.png rename to static/img/ao/render3.png diff --git a/content/posts/GTA5/livery/img_1.png b/static/img/livery/img_1.png similarity index 100% rename from content/posts/GTA5/livery/img_1.png rename to static/img/livery/img_1.png diff --git a/content/posts/GTA5/livery/img_2.png b/static/img/livery/img_2.png similarity index 100% rename from content/posts/GTA5/livery/img_2.png rename to static/img/livery/img_2.png diff --git a/content/posts/GTA5/livery/img_3.png b/static/img/livery/img_3.png similarity index 100% rename from content/posts/GTA5/livery/img_3.png rename to static/img/livery/img_3.png diff --git a/content/posts/GTA5/livery/viewport_uv.png b/static/img/livery/viewport_uv.png similarity index 100% rename from content/posts/GTA5/livery/viewport_uv.png rename to static/img/livery/viewport_uv.png