summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsi29a <psi29a@gmail.com>2021-12-25 15:57:40 +0000
committerpsi29a <psi29a@gmail.com>2021-12-25 15:57:40 +0000
commit9ba093a4387ca45dca0afaf893dfa12e2665348e (patch)
treed81f63bfd659bb05ba26acc93a1bf8e4d38a359c
parent5386124a56e3c3648efc85c5cf3718a6a16a7ba7 (diff)
parent58697d98b22a686b9b8e16c2b1fbc0c4fa7dd374 (diff)
Merge branch 'fix-tutorial-docs' into 'master'
Fix links in the collada documentation. See merge request OpenMW/openmw!1501
-rw-r--r--docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
index a2073f0e56..5cb336a305 100644
--- a/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
+++ b/docs/source/reference/modding/custom-models/pipeline-blender-collada-static-models.rst
@@ -14,14 +14,14 @@ Requirements
To use the Blender to OpenMW pipeline via COLLADA, you will need the following.
* `OpenMW 0.47 <https://openmw.org/downloads/>`_ or later
-* `Blender 2.81 <https://www.blender.org/download/>`_ or later. Latest confirmed, working version is Blender 3.0
-* `OpenMW COLLADA Exporter <https://github.com/Lamoot/collada-exporter>`_
+* `Blender 2.83 <https://www.blender.org/download/>`_ or later. Latest confirmed, working version is Blender 3.0
+* `OpenMW COLLADA Exporter <https://github.com/openmw/collada-exporter>`_
* A model you would like to export. In our case, it's a barrel.
The Barrel
********
The barrel shown in this tutorial, and its revelant files, are available from
-the `Example Suite repository <https://gitlab.com/OpenMW/example-suite/-/tree/master/example_static_object>`_.
+the `Example Suite repository <https://gitlab.com/OpenMW/example-suite/-/tree/master/example_static_props>`_.
This should be useful for further study of how to set up a static prop in case
the tutorial is not clear on any particular thing.