From 7cf04b71d3dd02e407494587666a3bcdc5c17f90 Mon Sep 17 00:00:00 2001 From: clayjohn Date: Sun, 11 Aug 2019 10:39:19 -0700 Subject: [PATCH] resolve todo note in arraymesh tutorial --- tutorials/content/procedural_geometry/arraymesh.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/content/procedural_geometry/arraymesh.rst b/tutorials/content/procedural_geometry/arraymesh.rst index a71e81582..b9d1952db 100644 --- a/tutorials/content/procedural_geometry/arraymesh.rst +++ b/tutorials/content/procedural_geometry/arraymesh.rst @@ -40,7 +40,7 @@ The third parameter is an array of blendshapes for the Mesh to use. While this t using blendshapes, it is possible to specify them when creating a surface from arrays. The last parameter is the compress flags which specifies which arrays to store with half as many bits. The -values can be found in the classref for VisualServer under ArrayFormat.//I think I can link to this +values can be found in the classref for :ref:`VisualServer ` under :ref:`ArrayFormat `. For normal usage you will find it is best to leave the last two parameters empty.