Sync classref with current source

This commit is contained in:
Rémi Verschelde
2020-01-27 08:12:58 +01:00
parent c664daf328
commit 9e8981ae4f
38 changed files with 708 additions and 385 deletions

View File

@@ -214,6 +214,8 @@ Default flag is :ref:`Mesh.ARRAY_COMPRESS_DEFAULT<class_Mesh_constant_ARRAY_COMP
- :ref:`Array<class_Array>` **commit_to_arrays** **(** **)**
Commits the data to the same format used by :ref:`ArrayMesh.add_surface_from_arrays<class_ArrayMesh_method_add_surface_from_arrays>`. This way you can further process the mesh data using the :ref:`ArrayMesh<class_ArrayMesh>` API.
----
.. _class_SurfaceTool_method_create_from:
@@ -228,6 +230,8 @@ Creates a vertex array from an existing :ref:`Mesh<class_Mesh>`.
- void **create_from_blend_shape** **(** :ref:`Mesh<class_Mesh>` existing, :ref:`int<class_int>` surface, :ref:`String<class_String>` blend_shape **)**
Creates a vertex array from the specified blend shape of an existing :ref:`Mesh<class_Mesh>`. This can be used to extract a specific pose from a blend shape.
----
.. _class_SurfaceTool_method_deindex: