summaryrefslogtreecommitdiff
path: root/doc/classes/SurfaceTool.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-26 10:08:55 +0100
committerGitHub <noreply@github.com>2020-01-26 10:08:55 +0100
commit6a5c8c867281fb3ed13cce1e7d9acf287161bc03 (patch)
treef89afe043a4f965f401d12cfab94f3a2340f7012 /doc/classes/SurfaceTool.xml
parent1b3eb416229567596a7db53bf927e9daf61bac4a (diff)
parentc5700f74648d8b04229f4d4c77937c1af3a798a7 (diff)
Merge pull request #35574 from clayjohn/DOCS-odds-n-ends
Complete various class references
Diffstat (limited to 'doc/classes/SurfaceTool.xml')
-rw-r--r--doc/classes/SurfaceTool.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml
index 0c9ac9fbff..c9613f25af 100644
--- a/doc/classes/SurfaceTool.xml
+++ b/doc/classes/SurfaceTool.xml
@@ -174,6 +174,7 @@
<return type="Array">
</return>
<description>
+ Commits the data to the same format used by [method ArrayMesh.add_surface_from_arrays]. This way you can further process the mesh data using the [ArrayMesh] API.
</description>
</method>
<method name="create_from">
@@ -197,6 +198,7 @@
<argument index="2" name="blend_shape" type="String">
</argument>
<description>
+ Creates a vertex array from the specified blend shape of an existing [Mesh]. This can be used to extract a specific pose from a blend shape.
</description>
</method>
<method name="deindex">