From 47bca4af7c97926653f00e676e4c429d223e5ada Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Mon, 4 Apr 2022 15:57:58 +0000 Subject: [PATCH] Fixing image positions, plus add Warning --- Exporting-a-weapon-for-Xonotic-tutorial.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Exporting-a-weapon-for-Xonotic-tutorial.md b/Exporting-a-weapon-for-Xonotic-tutorial.md index 2c827c2..264efd8 100644 --- a/Exporting-a-weapon-for-Xonotic-tutorial.md +++ b/Exporting-a-weapon-for-Xonotic-tutorial.md @@ -1,4 +1,4 @@ -## This tutorial is under construction! +## WARNING: This tutorial is under construction! Blender version recommended: 2.79b or later *(if you want to contribute, it's strongly important use 2.79b for compatibility cases, they need to open from this version).* @@ -15,6 +15,8 @@ Requires [iqm plugin](https://gitlab.com/xonotic/iqm) as addon for Blender. # Textures and UV map Keep in mind, when you've done your UV map in your model, you need to set this: +
+
Md3exp
Texture must: @@ -22,8 +24,11 @@ Texture must: - be of **Image** type - mapping type **UV** - have UV map assigned + otherwise resulting data block will be filled with zeroes.
+
Md3_textures - +
+
[Blender reference about UV in MD3](https://archive.blender.org/wiki/index.php/Extensions:2.6/Py/Scripts/Import-Export/MD3/) \ No newline at end of file -- 2.39.2