BevelModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.BevelModifier(Modifier)

Bevel modifier to make edges and vertices more rounded

angle_limit

Angle above which to bevel edges

Type :float in [0, 3.14159], default 0.0
edge_weight_method

What edge weight to use for weighting a vertex

Type :enum in [‘AVERAGE’, ‘SHARPEST’, ‘LARGEST’], default ‘AVERAGE’
limit_method
  • NONE None, Bevel the entire mesh by a constant amount.
  • ANGLE Angle, Only bevel edges with sharp enough angles between faces.
  • WEIGHT Weight, Use bevel weights to determine how much bevel is applied; apply them separately in vert/edge select mode.
Type :enum in [‘NONE’, ‘ANGLE’, ‘WEIGHT’], default ‘NONE’
use_only_vertices

Bevel verts/corners, not edges

Type :boolean, default False
width

Bevel value/amount

Type :float in [0, inf], default 0.0

Inherited Properties

Inherited Functions

Previous topic

BackgroundImages(bpy_struct)

Next topic

BezierSplinePoint(bpy_struct)