[Bf-docboard-svn] bf-manual: [9614] trunk/blender_docs/manual/modeling/meshes: Mesh: Move edge crease out of MEdge

Aaron Carlisle noreply at blender.org
Mon Oct 10 04:57:08 CEST 2022


Revision: 9614
          https://developer.blender.org/rBM9614
Author:   Blendify
Date:     2022-10-10 04:57:07 +0200 (Mon, 10 Oct 2022)
Log Message:
-----------
Mesh: Move edge crease out of MEdge

rBa8a454287a27d408668f8adc6fe1b3aa988de1ac

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/meshes/editing/mesh/transform/basic.rst
    trunk/blender_docs/manual/modeling/meshes/properties/custom_data.rst

Modified: trunk/blender_docs/manual/modeling/meshes/editing/mesh/transform/basic.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/editing/mesh/transform/basic.rst	2022-10-10 02:48:08 UTC (rev 9613)
+++ trunk/blender_docs/manual/modeling/meshes/editing/mesh/transform/basic.rst	2022-10-10 02:57:07 UTC (rev 9614)
@@ -60,7 +60,14 @@
    is used by the :doc:`Bevel Modifier </modeling/modifiers/generate/bevel>`
    to control the bevel intensity of the vertices, when the *Only Vertices* option is active.
 
+.. _modeling-vertex-crease-subdivision:
 
+Crease
+   This vertex property, a value between (0.0 to 1.0), is used by
+   the :doc:`Subdivision Surface Modifier </modeling/modifiers/generate/subdivision_surface>`
+   to control the sharpness of the vertices in the subdivided mesh.
+
+
 Edge Data
 ---------
 

Modified: trunk/blender_docs/manual/modeling/meshes/properties/custom_data.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/properties/custom_data.rst	2022-10-10 02:48:08 UTC (rev 9613)
+++ trunk/blender_docs/manual/modeling/meshes/properties/custom_data.rst	2022-10-10 02:57:07 UTC (rev 9614)
@@ -39,10 +39,19 @@
 .. _bpy.ops.mesh.customdata_bevel_weight_vertex_clear:
 
 Add/Clear Vertex Bevel Weight
-   Adds a zero :ref:`Vertex Bevel Weight <modeling-vertex-bevel-weight>` value to all edges of the mesh.
-   If edge bevel data does exist, this operator will delete all that data.
+   Adds a zero :ref:`Vertex Bevel Weight <modeling-vertex-bevel-weight>` value to all vertices of the mesh.
+   If vertex bevel data does exist, this operator will delete all that data.
 
-   .. _bpy.types.Mesh.use_customdata_edge_crease:
-Store
-   Edge Crease
-      Save the :ref:`Edge Crease <modeling-edges-crease-subdivision>` with the mesh data.
+.. _bpy.ops.mesh.customdata_crease_edge_add:
+.. _bpy.ops.mesh.customdata_crease_edge_clear:
+
+Add/Clear Edge Crease
+   Adds a zero `Edge Crease <modeling-edges-crease-subdivision>` value to all edges of the mesh.
+   If edge crease data does exist, this operator will delete all that data.
+
+.. _bpy.ops.mesh.customdata_crease_vertex_add:
+.. _bpy.ops.mesh.customdata_crease_vertex_clear:
+
+Add/Clear Vertex Crease
+   Adds a zero `Vertex Crease <modeling-vertex-crease-subdivision>` value to all vertices of the mesh.
+   If vertex crease data does exist, this operator will delete all that data.



More information about the Bf-docboard-svn mailing list