Geometry Nodes: Add "Is Edge Smooth" node #104610

Merged
Aaron Carlisle merged 1 commits from Douglas-Paul/blender-manual:document-edge-smooth-node into blender-v4.0-release 2023-10-31 14:59:09 +01:00
3 changed files with 40 additions and 0 deletions
Showing only changes of commit b839cf1ce2 - Show all commits

BIN
manual/images/node-types_GeometryNodeInputEdgeSmooth.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -14,6 +14,7 @@
face_group_boundaries.rst
face_neighbors.rst
face_is_planar.rst
is_edge_smooth.rst
is_shade_smooth.rst
mesh_island.rst
shortest_edge_paths.rst

View File

@ -0,0 +1,36 @@
.. index:: Geometry Nodes; Is Edge Smooth
.. _bpy.types.GeometryNodeInputEdgeSmooth:
********************
Is Edge Smooth Node
********************
.. figure:: /images/node-types_GeometryNodeInputEdgeSmooth.png
:align: right
:alt: Is Edge Smooth Node.
The *Is Edge Smooth* node outputs true for each edge of the mesh that is *not* marked as sharp. Otherwise, if the edge
*is* marked as sharp, then the node outputs false.
.. seealso::
:ref:`Mark Sharp & Clear Sharp <bpy.ops.mesh.mark_sharp>`
Inputs
======
This node has no inputs.
Properties
==========
This node has no properties.
Outputs
=======
Smooth
Boolean value that indicates whether the edges of the mesh are *not* marked as sharp.