[Bf-docboard-svn] bf-manual: [7843] trunk/blender_docs/manual: Geometry Nodes: Rename "Subdivide Smooth" back to "Subdivision Surface"

Hans Goudey noreply at blender.org
Wed Mar 17 20:04:49 CET 2021


Revision: 7843
          https://developer.blender.org/rBM7843
Author:   HooglyBoogly
Date:     2021-03-17 20:04:48 +0100 (Wed, 17 Mar 2021)
Log Message:
-----------
Geometry Nodes: Rename "Subdivide Smooth" back to "Subdivision Surface"

rBa41d3c0ebecfb0846a9a43b41acb74ca7854c7c0

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/mesh/index.rst

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png
    trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivision_surface.rst

Removed Paths:
-------------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivide-smooth.png
    trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivide_smooth.rst

Deleted: trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivide-smooth.png
===================================================================
(Binary files differ)

Added: trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png	2021-03-16 17:35:39 UTC (rev 7842)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png	2021-03-17 19:04:48 UTC (rev 7843)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_subdivision-surface.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/mesh/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/mesh/index.rst	2021-03-16 17:35:39 UTC (rev 7842)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/mesh/index.rst	2021-03-17 19:04:48 UTC (rev 7843)
@@ -9,5 +9,5 @@
    boolean.rst
    edge_split.rst
    subdivide.rst
-   subdivide_smooth.rst
+   subdivision_surface.rst
    triangulate.rst

Deleted: trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivide_smooth.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivide_smooth.rst	2021-03-16 17:35:39 UTC (rev 7842)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivide_smooth.rst	2021-03-17 19:04:48 UTC (rev 7843)
@@ -1,35 +0,0 @@
-.. index:: Geometry Nodes; Subdivision Smooth
-.. _bpy.types.GeometryNodeSubdivisionSmooth:
-
-****************
-Subdivide Smooth
-****************
-
-.. figure:: /images/modeling_modifiers_nodes_subdivide-smooth.png
-   :align: right
-
-   The Subdivide Node.
-
-The *Subdivide Smooth* node adds new faces to mesh geometry using a Catmull-Clark subdivision method.
-
-
-Inputs
-======
-
-Geometry
-   Standard geometry input.
-
-Level
-   The number of subdivisions to apply to the input geometry.
-Creases
-   Control how smooth edges should be with :ref:`modifiers-generate-subsurf-creases`.
-Boundary Smooth
-   Controls if open boundaries and corners are smooth.
-Smooth UVs
-   Controls if subdivision smooth is applied to UVs.
-
-Outputs
-=======
-
-Geometry
-   Standard geometry output.

Added: trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivision_surface.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivision_surface.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivision_surface.rst	2021-03-17 19:04:48 UTC (rev 7843)
@@ -0,0 +1,35 @@
+.. index:: Geometry Nodes; Subdivision Surface
+.. _bpy.types.GeometryNodeSubdivisionSurface:
+
+*******************
+Subdivision Surface
+*******************
+
+.. figure:: /images/modeling_modifiers_nodes_subdivision-surface.png
+   :align: right
+
+   The Subdivision Surface Node.
+
+The *Subdivision Surface* node adds new faces to mesh geometry using a Catmull-Clark subdivision method.
+
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+Level
+   The number of subdivisions to apply to the input geometry.
+Creases
+   Control how smooth edges should be with :ref:`modifiers-generate-subsurf-creases`.
+Boundary Smooth
+   Controls if open boundaries and corners are smooth.
+Smooth UVs
+   Controls if subdivision smooth is applied to UVs.
+
+Outputs
+=======
+
+Geometry
+   Standard geometry output.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/mesh/subdivision_surface.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Bf-docboard-svn mailing list